public enum PipelineRunReason extends Enum<PipelineRunReason> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BATCHED_CI |
CHECK_IN_SHELVESET |
INDIVIDUAL_CI |
MANUAL |
NONE |
PIPELINE_RUN_COMPLETION |
PULL_REQUEST |
SCHEDULE |
USER_CREATED |
VALIDATE_SHELVESET |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static PipelineRunReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineRunReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipelineRunReason NONE
public static final PipelineRunReason MANUAL
public static final PipelineRunReason INDIVIDUAL_CI
public static final PipelineRunReason BATCHED_CI
public static final PipelineRunReason SCHEDULE
public static final PipelineRunReason USER_CREATED
public static final PipelineRunReason VALIDATE_SHELVESET
public static final PipelineRunReason CHECK_IN_SHELVESET
public static final PipelineRunReason PULL_REQUEST
public static final PipelineRunReason PIPELINE_RUN_COMPLETION
public static PipelineRunReason[] values()
for (PipelineRunReason c : PipelineRunReason.values()) System.out.println(c);
public static PipelineRunReason 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 String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.