Class OracleFunctionsJavaWorkflow
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.OracleFunctionsJavaWorkflow
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature
@Requires(property="micronaut.starter.feature.github.workflow.oracle.cloud.functions.enabled",
value="true",
defaultValue="true")
@Singleton
public class OracleFunctionsJavaWorkflow
extends AbstractOracleFunctionsWorkflow
Deploy dockerized application to Oracle Functions from Oracle Container Registry.
- Since:
- 2.3
- Author:
- Pavol Gressa
-
Field Summary
FieldsFields inherited from class 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_SECONDSFields inherited from class AbstractDockerRegistryWorkflow
DOCKER_PASSWORD, DOCKER_REGISTRY_URL, DOCKER_REPOSITORY_PATH, DOCKER_USERNAMEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull StringgetName()The name of the feature.getTitle()getWorkflowFileName(GeneratorContext generatorContext) Methods inherited from class AbstractOracleFunctionsWorkflow
apply, getSecrets, getThirdPartyDocumentation, processSelectedFeaturesMethods inherited from class GitHubWorkflowFeature
getCategory, isPreview, supportsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getMicronautDocumentation, getOrder, isCommunity, isVisible
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OracleFunctionsJavaWorkflow
-
-
Method Details
-
getTitle
- Returns:
- The title of the feature
-
getDescription
-
getName
-
getWorkflowFileName
- Specified by:
getWorkflowFileNamein classAbstractDockerRegistryWorkflow
-