Class gcpFunctionReadme

java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.function.gcp.template.gcpFunctionReadme
All Implemented Interfaces:
com.fizzed.rocker.RockerModel

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

    • gcpFunctionReadme

      public gcpFunctionReadme()
  • 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 gcpFunctionReadme project(Project project)
    • project

      public Project project()
    • features

      public gcpFunctionReadme features(Features features)
    • features

      public Features features()
    • runCommand

      public gcpFunctionReadme runCommand(String runCommand)
    • runCommand

      public String runCommand()
    • buildCommand

      public gcpFunctionReadme buildCommand(String buildCommand)
    • buildCommand

      public String buildCommand()
    • isFunction

      public gcpFunctionReadme isFunction(boolean isFunction)
    • isFunction

      public boolean isFunction()
    • template

      public static gcpFunctionReadme template(Project project, Features features, String runCommand, String buildCommand, boolean isFunction)
    • 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