public class UpgradeDeployTargetAppsAction extends AbstractAction
Action
deploying app with an UpgradeStrategy
.Constructor and Description |
---|
UpgradeDeployTargetAppsAction(UpgradeStrategy upgradeStrategy)
Instantiates a new upgrade deploy target apps action.
|
Modifier and Type | Method and Description |
---|---|
protected void |
executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context)
Internal execution similar to
Action.execute(StateContext) . |
execute
public UpgradeDeployTargetAppsAction(UpgradeStrategy upgradeStrategy)
upgradeStrategy
- the upgrade strategyprotected void executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context)
AbstractAction
Action.execute(StateContext)
. This
execution is wrapped in try/catch and possible error added to an extended
state.executeInternal
in class AbstractAction
context
- the contextCopyright © 2018 Pivotal Software, Inc.. All rights reserved.