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