Class AzureContainerInstanceGraalWorkflow
java.lang.Object
io.micronaut.starter.feature.github.workflows.GitHubWorkflowFeature
io.micronaut.starter.feature.github.workflows.docker.AbstractDockerRegistryWorkflow
io.micronaut.starter.feature.github.workflows.azure.AbstractAzureContainerInstanceWorkflow
io.micronaut.starter.feature.github.workflows.azure.AzureContainerInstanceGraalWorkflow
- 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.azure.container.instance.graalvm.enabled",
value="true",
defaultValue="true")
@Singleton
public class AzureContainerInstanceGraalWorkflow
extends AbstractAzureContainerInstanceWorkflow
Deploy GraalVM native image to Azure Container Instance.
- Since:
- 2.3
- Author:
- Pavol Gressa
-
Field Summary
FieldsFields inherited from class AbstractAzureContainerInstanceWorkflow
AZURE_CREDENTIALS, AZURE_DEFAULT_WORKFLOW_LOCATION, AZURE_DEFAULT_WORKFLOW_PORT, AZURE_RESOURCE_GROUPFields 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 AbstractAzureContainerInstanceWorkflow
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
-
AzureContainerInstanceGraalWorkflow
-
-
Method Details
-
getName
-
getTitle
- Returns:
- The title of the feature
-
getDescription
-
getWorkflowFileName
- Specified by:
getWorkflowFileNamein classAbstractDockerRegistryWorkflow
-