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
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuildCommand(String buildCommand) protected com.fizzed.rocker.runtime.DefaultRockerTemplatefeatures()static String[]static com.fizzed.rocker.ContentTypestatic Stringstatic Stringstatic StringbooleanisFunction(boolean isFunction) project()runCommand(String runCommand) static gcpFunctionReadmetemplate(Project project, Features features, String runCommand, String buildCommand, boolean isFunction) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString 
- 
Constructor Details
- 
gcpFunctionReadme
public gcpFunctionReadme() 
 - 
 - 
Method Details
- 
getContentType
public static com.fizzed.rocker.ContentType getContentType() - 
getTemplateName
 - 
getTemplatePackageName
 - 
getHeaderHash
 - 
getArgumentNames
 - 
project
 - 
project
 - 
features
 - 
features
 - 
runCommand
 - 
runCommand
 - 
buildCommand
 - 
buildCommand
 - 
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:
 buildTemplatein classcom.fizzed.rocker.runtime.DefaultRockerModel- Throws:
 com.fizzed.rocker.RenderingException
 
 -