Package com.kiwigrid.helm.maven.plugin
Class AbstractHelmWithValueOverrideMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
-
- com.kiwigrid.helm.maven.plugin.AbstractHelmWithValueOverrideMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
LintMojo
public abstract class AbstractHelmWithValueOverrideMojo extends AbstractHelmMojo
-
-
Field Summary
-
Fields inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
skip
-
-
Constructor Summary
Constructors Constructor Description AbstractHelmWithValueOverrideMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetValuesOptions()-
Methods inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
getAppVersion, getChartDirectory, getChartVersion, getExcludes, getHelmDownloadUrl, getHelmExecutableDirectory, getHelmExtraRepos, getHelmSecurity, getHelmVersion, getOutputDirectory, getRegistryConfig, getRepositoryCache, getRepositoryConfig, getSecDispatcher, getSettings, getUploadRepoSnapshot, getUploadRepoStable, isAutoDetectLocalHelmBinary, isUseLocalHelmBinary, setAppVersion, setAutoDetectLocalHelmBinary, setChartDirectory, setChartVersion, setExcludes, setHelmDownloadUrl, setHelmExecutableDirectory, setHelmExtraRepos, setHelmSecurity, setHelmVersion, setOutputDirectory, setRegistryConfig, setRepositoryCache, setRepositoryConfig, setUploadRepoSnapshot, setUploadRepoStable, setUseLocalHelmBinary
-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
getValuesOptions
protected String getValuesOptions()
-
-