Package com.kiwigrid.helm.maven.plugin
Class InstallMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
-
- com.kiwigrid.helm.maven.plugin.AbstractHelmWithValueOverrideMojo
-
- com.kiwigrid.helm.maven.plugin.InstallMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="install", defaultPhase=DEPLOY) public class InstallMojo extends AbstractHelmWithValueOverrideMojoMojo for simulate a template.- Since:
- 07.02.2021
- Author:
- Tim IJntema
-
-
Field Summary
-
Fields inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
skip
-
-
Constructor Summary
Constructors Constructor Description InstallMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()StringgetAction()voidsetAction(String action)-
Methods inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmWithValueOverrideMojo
getValuesOptions
-
Methods inherited from class com.kiwigrid.helm.maven.plugin.AbstractHelmMojo
formatIfValueIsNotEmpty, getAppVersion, getChartDirectory, getChartVersion, getChartVersionWithProcessing, getExcludes, getHelmDownloadUrl, getHelmExecutableDirectory, getHelmExtraRepos, getHelmSecurity, getHelmVersion, getK8SCluster, getOutputDirectory, getProjectGroupId, getProjectVersion, getRegistryConfig, getRepositoryCache, getRepositoryConfig, getSecDispatcher, getSettings, getTimestampFormat, getUploadRepoSnapshot, getUploadRepoStable, isAutoDetectLocalHelmBinary, isTimestampOnSnapshot, isUseLocalHelmBinary, setAppVersion, setAutoDetectLocalHelmBinary, setChartDirectory, setChartVersion, setExcludes, setHelmDownloadUrl, setHelmExecutableDirectory, setHelmExtraRepos, setHelmSecurity, setHelmVersion, setK8SCluster, setOutputDirectory, setProjectGroupId, setProjectVersion, setRegistryConfig, setRepositoryCache, setRepositoryConfig, setTimestampFormat, setTimestampOnSnapshot, setUploadRepoSnapshot, setUploadRepoStable, setUseLocalHelmBinary
-
-
-
-
Method Detail
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
-