public static enum PullRequest.LifecycleDetails extends Enum<PullRequest.LifecycleDetails> implements BmcEnum
The status of the Pull Request.
Enum Constant and Description |
---|
Closed |
Conflict |
Merged |
Merging |
Open |
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 PullRequest.LifecycleDetails |
create(String key) |
String |
getValue() |
static PullRequest.LifecycleDetails |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequest.LifecycleDetails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PullRequest.LifecycleDetails Open
public static final PullRequest.LifecycleDetails Conflict
public static final PullRequest.LifecycleDetails Closed
public static final PullRequest.LifecycleDetails Merging
public static final PullRequest.LifecycleDetails Merged
public static final PullRequest.LifecycleDetails UnknownEnumValue
public static PullRequest.LifecycleDetails[] values()
for (PullRequest.LifecycleDetails c : PullRequest.LifecycleDetails.values()) System.out.println(c);
public static PullRequest.LifecycleDetails 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 PullRequest.LifecycleDetails create(String key)
Copyright © 2016–2024. All rights reserved.