Interface SpringAppDeployment.UpdateStages.WithModule
-
- All Known Subinterfaces:
SpringAppDeployment.Update
- Enclosing interface:
- SpringAppDeployment.UpdateStages
public static interface SpringAppDeployment.UpdateStages.WithModuleThe stage of a deployment update allowing to specify the module of the source code.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpringAppDeployment.UpdatewithSingleModule()Specifies the only module of the source code.SpringAppDeployment.UpdatewithTargetModule(String moduleName)Specifies the module of the source code.
-
-
-
Method Detail
-
withTargetModule
SpringAppDeployment.Update withTargetModule(String moduleName)
Specifies the module of the source code.- Parameters:
moduleName- the target module of the multi-module source code- Returns:
- the next stage of deployment update
-
withSingleModule
SpringAppDeployment.Update withSingleModule()
Specifies the only module of the source code.- Returns:
- the next stage of deployment update
-
-