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:
DryRunMojo,InstallMojo,LintMojo,TemplateMojo
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
formatIfValueIsNotEmpty, getAppVersion, getChartDirectory, getChartVersion, getExcludes, getHelmDownloadUrl, getHelmExecutableDirectory, getHelmExtraRepos, getHelmSecurity, getHelmVersion, getK8SCluster, getOutputDirectory, getProjectGroupId, getProjectVersion, getRegistryConfig, getRepositoryCache, getRepositoryConfig, getSecDispatcher, getSettings, getUploadRepoSnapshot, getUploadRepoStable, isAutoDetectLocalHelmBinary, isUseLocalHelmBinary, setAppVersion, setAutoDetectLocalHelmBinary, setChartDirectory, setChartVersion, setExcludes, setHelmDownloadUrl, setHelmExecutableDirectory, setHelmExtraRepos, setHelmSecurity, setHelmVersion, setK8SCluster, setOutputDirectory, setProjectGroupId, setProjectVersion, 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()
-
-