java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.github.workflows.docker.templates.dockerRegistryWorkflow
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

public class dockerRegistryWorkflow extends com.fizzed.rocker.runtime.DefaultRockerModel
  • Constructor Details

    • dockerRegistryWorkflow

      public dockerRegistryWorkflow()
  • Method Details

    • getContentType

      public static com.fizzed.rocker.ContentType getContentType()
    • getTemplateName

      public static String getTemplateName()
    • getTemplatePackageName

      public static String getTemplatePackageName()
    • getHeaderHash

      public static String getHeaderHash()
    • getArgumentNames

      public static String[] getArgumentNames()
    • project

      public dockerRegistryWorkflow project(Project project)
    • project

      public Project project()
    • jdkVersion

      public dockerRegistryWorkflow jdkVersion(JdkVersion jdkVersion)
    • jdkVersion

      public JdkVersion jdkVersion()
    • buildTool

      public dockerRegistryWorkflow buildTool(BuildTool buildTool)
    • buildTool

      public BuildTool buildTool()
    • isGraal

      public dockerRegistryWorkflow isGraal(boolean isGraal)
    • isGraal

      public boolean isGraal()
    • template

      public static dockerRegistryWorkflow template(Project project, JdkVersion jdkVersion, BuildTool buildTool, boolean isGraal)
    • buildTemplate

      protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException
      Overrides:
      buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
      Throws:
      com.fizzed.rocker.RenderingException