Class TemplateMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="template",
          defaultPhase=TEST)
    public class TemplateMojo
    extends AbstractHelmWithValueOverrideMojo
    Mojo for simulate a template.
    Since:
    07.02.2021
    Author:
    Tim IJntema, Kirill Nazarov
    • Constructor Detail

      • TemplateMojo

        public TemplateMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • getAction

        public String getAction()
      • setAction

        public void setAction​(String action)