public static enum CommitRef.RefType extends Enum<CommitRef.RefType>
| Modifier and Type | Method and Description |
|---|---|
static CommitRef.RefType |
forValue(String value) |
String |
toString() |
String |
toValue() |
static CommitRef.RefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitRef.RefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommitRef.RefType BRANCH
public static final CommitRef.RefType TAG
public static final CommitRef.RefType ALL
public static CommitRef.RefType[] values()
for (CommitRef.RefType c : CommitRef.RefType.values()) System.out.println(c);
public static CommitRef.RefType 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 CommitRef.RefType forValue(String value)
public String toValue()
public String toString()
toString in class Enum<CommitRef.RefType>Copyright © 2021. All rights reserved.