public static enum SourceRepository.CommitIdentifierType extends java.lang.Enum<SourceRepository.CommitIdentifierType>
| Modifier and Type | Method and Description |
|---|---|
static SourceRepository.CommitIdentifierType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceRepository.CommitIdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceRepository.CommitIdentifierType COMMIT
public static final SourceRepository.CommitIdentifierType BRANCH
public static final SourceRepository.CommitIdentifierType TAG
public static SourceRepository.CommitIdentifierType[] values()
for (SourceRepository.CommitIdentifierType c : SourceRepository.CommitIdentifierType.values()) System.out.println(c);
public static SourceRepository.CommitIdentifierType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null