Interface SpringAppDeployment.UpdateStages.WithModule
- All Known Subinterfaces:
SpringAppDeployment.Update
- Enclosing interface:
SpringAppDeployment.UpdateStages
public static interface SpringAppDeployment.UpdateStages.WithModule
The stage of a deployment update allowing to specify the module of the source code.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the only module of the source code.withTargetModule(String moduleName) Specifies the module of the source code.
-
Method Details
-
withTargetModule
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
-