Class GoogleCloudRunJavaWorkflow
java.lang.Object
io.micronaut.starter.feature.github.workflows.GitHubWorkflowFeature
io.micronaut.starter.feature.github.workflows.docker.AbstractDockerRegistryWorkflow
io.micronaut.starter.feature.github.workflows.gcloud.AbstractCloudRunWorkflow
io.micronaut.starter.feature.github.workflows.gcloud.GoogleCloudRunJavaWorkflow
- All Implemented Interfaces:
io.micronaut.core.naming.Described
,io.micronaut.core.naming.Named
,io.micronaut.core.order.Ordered
,Feature
Deploy app docker image to Google Cloud Run service.
- Since:
- 2.3
- Author:
- Pavol Gressa
-
Field Summary
Fields inherited from class io.micronaut.starter.feature.github.workflows.gcloud.AbstractCloudRunWorkflow
GCLOUD_DEFAULT_GCR, GCLOUD_DEFAULT_REGION, GCLOUD_IMAGE_REPOSITORY, GCLOUD_PROJECT_ID, GCLOUD_SA_KEY
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.gcloud.AbstractCloudRunWorkflow
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
-
GoogleCloudRunJavaWorkflow
-
-
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
-