Interface SpringAppDeployment.DefinitionStages
-
- Enclosing interface:
- SpringAppDeployment
public static interface SpringAppDeployment.DefinitionStagesGrouping of all the deployment definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSpringAppDeployment.DefinitionStages.Blank<T>The first stage of the deployment definition.static interfaceSpringAppDeployment.DefinitionStages.Final<T>The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.static interfaceSpringAppDeployment.DefinitionStages.WithAttach<ParentT,T>The final stage of the definition allowing to attach a deployment to its parentstatic interfaceSpringAppDeployment.DefinitionStages.WithCreate<T>The final stage of the definition allowing to create a deploymentstatic interfaceSpringAppDeployment.DefinitionStages.WithModule<T>The stage of a deployment definition allowing to specify the module of the source code.static interfaceSpringAppDeployment.DefinitionStages.WithSettings<T>The stage of a deployment definition allowing to specify deployment settings.static interfaceSpringAppDeployment.DefinitionStages.WithSource<T>The stage of a deployment definition allowing to specify the source code or package.
-