@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public enum PipelineRunLifecycleState extends Enum<PipelineRunLifecycleState> implements BmcEnum
The lifecycle state of a pipeline run.
Enum Constant and Description |
---|
Accepted |
Canceled |
Canceling |
Deleted |
Deleting |
Failed |
InProgress |
Succeeded |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static PipelineRunLifecycleState |
create(String key) |
String |
getValue() |
static PipelineRunLifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineRunLifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineRunLifecycleState Accepted
public static final PipelineRunLifecycleState InProgress
public static final PipelineRunLifecycleState Failed
public static final PipelineRunLifecycleState Succeeded
public static final PipelineRunLifecycleState Canceling
public static final PipelineRunLifecycleState Canceled
public static final PipelineRunLifecycleState Deleting
public static final PipelineRunLifecycleState Deleted
public static final PipelineRunLifecycleState UnknownEnumValue
public static PipelineRunLifecycleState[] values()
for (PipelineRunLifecycleState c : PipelineRunLifecycleState.values()) System.out.println(c);
public static PipelineRunLifecycleState 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 nullpublic static PipelineRunLifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.