Package 

Class DeployMojo

  • All Implemented Interfaces:
    com.deviceinsight.helm.util.ServerAuthentication , org.apache.maven.plugin.ContextEnabled , org.apache.maven.plugin.Mojo

    @Mojo(name = "deploy", defaultPhase = LifecyclePhase.DEPLOY) 
    public final class DeployMojo
    extends AbstractMojo implements ServerAuthentication
                        

    Publishes helm charts

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class DeployMojo.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      DeployMojo()
    • 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