Package 

Class PackageMojo

  • 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 class PackageMojo.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      PackageMojo()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      SecDispatcher getSecurityDispatcher()
      Unit setSecurityDispatcher(@Component(role = SecDispatcher.class, hint = "default") SecDispatcher securityDispatcher)
      Settings getSettings()
      Unit setSettings(@Parameter(defaultValue = "${settings}", readonly = true) Settings settings)
      Unit execute()
      • 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