-
- All Implemented Interfaces:
-
com.deviceinsight.helm.util.ServerAuthentication,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name = "package", defaultPhase = LifecyclePhase.PACKAGE) public final class PackageMojo extends ResolveHelmMojo implements ServerAuthentication
Packages helm charts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPackageMojo.Companion
-
Field Summary
Fields Modifier and Type Field Description private SecDispatchersecurityDispatcherprivate Settingssettingsprivate Map<Object, Object>pluginContext
-
Constructor Summary
Constructors Constructor Description PackageMojo()
-
Method Summary
Modifier and Type Method Description SecDispatchergetSecurityDispatcher()UnitsetSecurityDispatcher(@Component(role = SecDispatcher.class, hint = "default") SecDispatcher securityDispatcher)SettingsgetSettings()UnitsetSettings(@Parameter(defaultValue = "${settings}", readonly = true) Settings settings)Unitexecute()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext -
Methods inherited from class com.deviceinsight.helm.util.ServerAuthentication
decryptPassword, getServer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSecurityDispatcher
SecDispatcher getSecurityDispatcher()
-
setSecurityDispatcher
Unit setSecurityDispatcher(@Component(role = SecDispatcher.class, hint = "default") SecDispatcher securityDispatcher)
-
getSettings
Settings getSettings()
-
setSettings
Unit setSettings(@Parameter(defaultValue = "${settings}", readonly = true) Settings settings)
-
-
-
-