Class OracleFunctionsGraalWorkflow
java.lang.Object
io.micronaut.starter.feature.github.workflows.GitHubWorkflowFeature
io.micronaut.starter.feature.github.workflows.docker.AbstractDockerRegistryWorkflow
io.micronaut.starter.feature.github.workflows.oci.AbstractOracleFunctionsWorkflow
io.micronaut.starter.feature.github.workflows.oci.OracleFunctionsGraalWorkflow
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
Deploy GraalVM dockerized application to Oracle Functions from Oracle Container Registry.
- Since:
- 2.3
- Author:
- Pavol Gressa
-
Field Summary
Fields inherited from class io.micronaut.starter.feature.github.workflows.oci.AbstractOracleFunctionsWorkflow
OCI_AUTH_TOKEN, OCI_FINGERPRINT, OCI_FUNCTION_APPLICATION_OCID, OCI_KEY_FILE, OCI_OCIR_REPOSITORY, OCI_PASSPHRASE, OCI_TENANCY_OCID, OCI_USER_OCID, WORKFLOW_DEFAULT_MEMORY_IN_MBS, WORKFLOW_DEFAULT_OCIR_URL, WORKFLOW_DEFAULT_REGION, WORKFLOW_DEFAULT_TIMEOUT_IN_SECONDS
Fields inherited from class io.micronaut.starter.feature.github.workflows.docker.AbstractDockerRegistryWorkflow
DOCKER_PASSWORD, DOCKER_REGISTRY_URL, DOCKER_REPOSITORY_PATH, DOCKER_USERNAME
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull String
getName()
The name of the feature.getTitle()
getWorkflowFileName
(GeneratorContext generatorContext) Methods inherited from class io.micronaut.starter.feature.github.workflows.oci.AbstractOracleFunctionsWorkflow
apply, getSecrets, getThirdPartyDocumentation, processSelectedFeatures
Methods inherited from class io.micronaut.starter.feature.github.workflows.GitHubWorkflowFeature
getCategory, isPreview, supports
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.naming.Described
getDescription
Methods inherited from interface io.micronaut.starter.feature.Feature
getMicronautDocumentation, getOrder, isCommunity, isVisible
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OracleFunctionsGraalWorkflow
-
-
Method Details
-
getTitle
- Returns:
- The title of the feature
-
getDescription
-
getName
Description copied from interface:Feature
The name of the feature. It must be unique.- Returns:
- the name of the feature
-
getWorkflowFileName
- Specified by:
getWorkflowFileName
in classAbstractDockerRegistryWorkflow
-