public static enum PipelineStepRun.LifecycleState extends Enum<PipelineStepRun.LifecycleState> implements BmcEnum
The state of the step run.
Enum Constant and Description |
---|
Accepted |
Canceled |
Canceling |
Deleted |
Failed |
InProgress |
Skipped |
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.
|
Waiting |
Modifier and Type | Method and Description |
---|---|
static PipelineStepRun.LifecycleState |
create(String key) |
String |
getValue() |
static PipelineStepRun.LifecycleState |
valueOf(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.
|
public static final PipelineStepRun.LifecycleState Waiting
public static final PipelineStepRun.LifecycleState Accepted
public static final PipelineStepRun.LifecycleState InProgress
public static final PipelineStepRun.LifecycleState Failed
public static final PipelineStepRun.LifecycleState Succeeded
public static final PipelineStepRun.LifecycleState Canceling
public static final PipelineStepRun.LifecycleState Canceled
public static final PipelineStepRun.LifecycleState Deleted
public static final PipelineStepRun.LifecycleState Skipped
public static final PipelineStepRun.LifecycleState UnknownEnumValue
public static PipelineStepRun.LifecycleState[] values()
for (PipelineStepRun.LifecycleState c : PipelineStepRun.LifecycleState.values()) System.out.println(c);
public static PipelineStepRun.LifecycleState 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 PipelineStepRun.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.