Class cloudBuild
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.ci.workflows.gcp.templates.cloudBuild
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class cloudBuild
extends com.fizzed.rocker.runtime.DefaultRockerModel
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fizzed.rocker.runtime.DefaultRockerTemplate
static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
jdkVersion
(JdkVersion jdkVersion) projectName
(String projectName) static cloudBuild
template
(String projectName, JdkVersion jdkVersion, BuildTool buildTool) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
cloudBuild
public cloudBuild()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
projectName
-
projectName
-
jdkVersion
-
jdkVersion
-
buildTool
-
buildTool
-
template
-
buildTemplate
protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate() throws com.fizzed.rocker.RenderingException- Overrides:
buildTemplate
in classcom.fizzed.rocker.runtime.DefaultRockerModel
- Throws:
com.fizzed.rocker.RenderingException
-