Class javaAction
java.lang.Object
com.fizzed.rocker.runtime.DefaultRockerModel
io.micronaut.starter.feature.ci.workflows.github.templates.javaAction
- All Implemented Interfaces:
com.fizzed.rocker.RockerModel
public class javaAction
extends com.fizzed.rocker.runtime.DefaultRockerModel
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbranch()
protected com.fizzed.rocker.runtime.DefaultRockerTemplate
static String[]
static com.fizzed.rocker.ContentType
static String
static String
static String
jdkDistribution
(JdkDistribution jdkDistribution) jdkVersion
(JdkVersion jdkVersion) static javaAction
template
(JdkVersion jdkVersion, JdkDistribution jdkDistribution, BuildTool buildTool, String branch) Methods inherited from class com.fizzed.rocker.runtime.DefaultRockerModel
doRender, render, render, render, toString
-
Constructor Details
-
javaAction
public javaAction()
-
-
Method Details
-
getContentType
public static com.fizzed.rocker.ContentType getContentType() -
getTemplateName
-
getTemplatePackageName
-
getHeaderHash
-
getArgumentNames
-
jdkVersion
-
jdkVersion
-
jdkDistribution
-
jdkDistribution
-
buildTool
-
buildTool
-
branch
-
branch
-
template
public static javaAction template(JdkVersion jdkVersion, JdkDistribution jdkDistribution, BuildTool buildTool, String branch) -
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
-