Package com.oracle.bmc.datascience.model
Enum PipelineStepRun.LifecycleState
- java.lang.Object
- 
- java.lang.Enum<PipelineStepRun.LifecycleState>
- 
- com.oracle.bmc.datascience.model.PipelineStepRun.LifecycleState
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<PipelineStepRun.LifecycleState>
 - Enclosing class:
- PipelineStepRun
 
 public static enum PipelineStepRun.LifecycleState extends Enum<PipelineStepRun.LifecycleState> implements BmcEnum The state of the step run.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description AcceptedCanceledCancelingDeletedFailedInProgressSkippedSucceededUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.Waiting
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipelineStepRun.LifecycleStatecreate(String key)StringgetValue()static PipelineStepRun.LifecycleStatevalueOf(String name)Returns the enum constant of this type with the specified name.static PipelineStepRun.LifecycleState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Waitingpublic static final PipelineStepRun.LifecycleState Waiting 
 - 
Acceptedpublic static final PipelineStepRun.LifecycleState Accepted 
 - 
InProgresspublic static final PipelineStepRun.LifecycleState InProgress 
 - 
Failedpublic static final PipelineStepRun.LifecycleState Failed 
 - 
Succeededpublic static final PipelineStepRun.LifecycleState Succeeded 
 - 
Cancelingpublic static final PipelineStepRun.LifecycleState Canceling 
 - 
Canceledpublic static final PipelineStepRun.LifecycleState Canceled 
 - 
Deletedpublic static final PipelineStepRun.LifecycleState Deleted 
 - 
Skippedpublic static final PipelineStepRun.LifecycleState Skipped 
 - 
UnknownEnumValuepublic static final PipelineStepRun.LifecycleState UnknownEnumValue This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 
- 
 - 
Method Detail- 
valuespublic static PipelineStepRun.LifecycleState[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PipelineStepRun.LifecycleState c : PipelineStepRun.LifecycleState.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static PipelineStepRun.LifecycleState valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static PipelineStepRun.LifecycleState create(String key) 
 
- 
 
-