| Package | Description | 
|---|---|
| org.springframework.cloud.skipper.server.statemachine | 
| Modifier and Type | Method and Description | 
|---|---|
| static SkipperStateMachineService.SkipperEvents | SkipperStateMachineService.SkipperEvents. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SkipperStateMachineService.SkipperEvents[] | SkipperStateMachineService.SkipperEvents. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.springframework.statemachine.guard.Guard<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> | StateMachineConfiguration.SkipperStateMachineFactoryConfig. errorGuard() | 
| org.springframework.statemachine.guard.Guard<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> | StateMachineConfiguration.SkipperStateMachineFactoryConfig. rollbackInstallGuard() | 
| org.springframework.statemachine.guard.Guard<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> | StateMachineConfiguration.SkipperStateMachineFactoryConfig. rollbackUpgradeGuard() | 
| org.springframework.statemachine.persist.StateMachineRuntimePersister<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents,String> | StateMachinePersistConfiguration. stateMachineRuntimePersister(org.springframework.statemachine.data.jpa.JpaStateMachineRepository jpaStateMachineRepository) | 
| org.springframework.statemachine.service.StateMachineService<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> | StateMachineConfiguration.StateMachineServiceConfig. stateMachineService(org.springframework.statemachine.config.StateMachineFactory<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> stateMachineFactory,
                   org.springframework.statemachine.StateMachinePersist<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents,String> stateMachinePersist) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StateMachineConfiguration.SkipperStateMachineFactoryConfig. configure(org.springframework.statemachine.config.builders.StateMachineConfigurationConfigurer<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> config) | 
| void | StateMachineConfiguration.SkipperStateMachineFactoryConfig. configure(org.springframework.statemachine.config.builders.StateMachineStateConfigurer<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> states) | 
| void | StateMachineConfiguration.SkipperStateMachineFactoryConfig. configure(org.springframework.statemachine.config.builders.StateMachineTransitionConfigurer<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> transitions) | 
| boolean | UpgradeCheckNewAppsGuard. evaluate(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| void | ResetVariablesAction. execute(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| void | ErrorAction. execute(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| void | AbstractAction. execute(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeStartAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeDeployTargetAppsSucceedAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeDeployTargetAppsFailedAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeDeployTargetAppsAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeDeleteSourceAppsAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeCheckTargetAppsAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | UpgradeCancelAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | RollbackStartAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | InstallInstallAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | DeleteDeleteAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected void | AbstractUpgradeStartAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| protected abstract void | AbstractAction. executeInternal(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context)Internal execution similar to  Action.execute(StateContext). | 
| protected ReleaseAnalysisReport | AbstractUpgradeStartAction. getReleaseAnalysisReport(org.springframework.statemachine.StateContext<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> context) | 
| SkipperStateMachineService | StateMachineConfiguration.StateMachineServiceConfig. skipperStateMachineService(org.springframework.statemachine.service.StateMachineService<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> stateMachineService) | 
| org.springframework.statemachine.service.StateMachineService<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> | StateMachineConfiguration.StateMachineServiceConfig. stateMachineService(org.springframework.statemachine.config.StateMachineFactory<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> stateMachineFactory,
                   org.springframework.statemachine.StateMachinePersist<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents,String> stateMachinePersist) | 
| org.springframework.statemachine.service.StateMachineService<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> | StateMachineConfiguration.StateMachineServiceConfig. stateMachineService(org.springframework.statemachine.config.StateMachineFactory<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> stateMachineFactory,
                   org.springframework.statemachine.StateMachinePersist<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents,String> stateMachinePersist) | 
| Constructor and Description | 
|---|
| SkipperStateMachineService(org.springframework.statemachine.service.StateMachineService<SkipperStateMachineService.SkipperStates,SkipperStateMachineService.SkipperEvents> stateMachineService)Instantiates a new skipper state machine service. | 
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.