Class HelmRelease
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.honton.chas.helmrepo.maven.plugin.HelmGoal
-
- org.honton.chas.helmrepo.maven.plugin.HelmRelease
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo,CommandOptions,GlobalReleaseOptions
- Direct Known Subclasses:
HelmUninstall,HelmUpgrade
public abstract class HelmRelease extends HelmGoal implements GlobalReleaseOptions, CommandOptions
-
-
Constructor Summary
Constructors Constructor Description HelmRelease()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.honton.chas.helmrepo.maven.plugin.CommandOptions
addSubCommand, chartReference, getIterable, releaseValues
-
Methods inherited from interface org.honton.chas.helmrepo.maven.plugin.GlobalReleaseOptions
getGlobalValuePath, getKubernetes
-
-
-
-
Method Detail
-
doExecute
protected final void doExecute() throws org.apache.maven.plugin.MojoExecutionException, IOException- Specified by:
doExecutein classHelmGoal- Throws:
org.apache.maven.plugin.MojoExecutionExceptionIOException
-
-