public static enum SkipperStateMachineService.SkipperVariables extends Enum<SkipperStateMachineService.SkipperVariables>
| Enum Constant and Description | 
|---|
| ERRORGlobal error variable which any component can set to
 indicate unprocessed exception. | 
| RELEASEVariable for release which is returned to a caller
 when machine goes back to initial state. | 
| RELEASE_ANALYSIS_REPORTVariable keeping  ReleaseAnalysisReportin a context. | 
| SOURCE_RELEASEVariable for a  Releasewhere skipper is coming from. | 
| TARGET_RELEASEVariable for a  Releasewhere skipper is going to. | 
| UPGRADE_CUTOFF_TIMEVariable keeping a cutoff time. | 
| UPGRADE_STATUSVariable internally used in a an upgrade state for current status. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SkipperStateMachineService.SkipperVariables | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SkipperStateMachineService.SkipperVariables[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SkipperStateMachineService.SkipperVariables ERROR
public static final SkipperStateMachineService.SkipperVariables RELEASE
public static final SkipperStateMachineService.SkipperVariables RELEASE_ANALYSIS_REPORT
ReleaseAnalysisReport in a context.public static final SkipperStateMachineService.SkipperVariables SOURCE_RELEASE
Release where skipper is coming from.public static final SkipperStateMachineService.SkipperVariables TARGET_RELEASE
Release where skipper is going to.public static final SkipperStateMachineService.SkipperVariables UPGRADE_CUTOFF_TIME
public static final SkipperStateMachineService.SkipperVariables UPGRADE_STATUS
public static SkipperStateMachineService.SkipperVariables[] values()
for (SkipperStateMachineService.SkipperVariables c : SkipperStateMachineService.SkipperVariables.values()) System.out.println(c);
public static SkipperStateMachineService.SkipperVariables valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 Pivotal Software, Inc.. All rights reserved.