Interface SpringApp.DefinitionStages.WithDeployment
- All Known Subinterfaces:
SpringApp.Definition,SpringApp.DefinitionStages.Blank,SpringApp.DefinitionStages.WithCreate
- Enclosing interface:
SpringApp.DefinitionStages
public static interface SpringApp.DefinitionStages.WithDeployment
The stage of a spring app definition allowing to specify an active deployment.
-
Method Summary
Modifier and TypeMethodDescription<T extends SpringAppDeployment.DefinitionStages.WithAttach<? extends SpringApp.DefinitionStages.WithCreate,T>>
SpringAppDeployment.DefinitionStages.Blank<T> defineActiveDeployment(String name) Starts the definition of the active deployment for the spring app.Deploys a default package for the spring app with default scale.
-
Method Details
-
withDefaultActiveDeployment
SpringApp.DefinitionStages.WithCreate withDefaultActiveDeployment()Deploys a default package for the spring app with default scale.- Returns:
- the next stage of spring app definition
-
defineActiveDeployment
<T extends SpringAppDeployment.DefinitionStages.WithAttach<? extends SpringApp.DefinitionStages.WithCreate,T>> SpringAppDeployment.DefinitionStages.Blank<T> defineActiveDeployment(String name) Starts the definition of the active deployment for the spring app.- Type Parameters:
T- derived type ofSpringAppDeployment.DefinitionStages.WithAttach- Parameters:
name- the name of the deployment- Returns:
- the first stage of spring app deployment definition
-