|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<VcsLabel.VcsLabelStatus>
jetbrains.buildServer.serverSide.vcs.VcsLabel.VcsLabelStatus
public static enum VcsLabel.VcsLabelStatus
Presents vcs labeling process status
| Enum Constant Summary | |
|---|---|
DISABLED_FOR_THE_ROOT
Specified root is excluded from the labeling process. |
|
FAILED
Set label process failed. |
|
IS_BEING_SET
Is being set right now |
|
LABELING_NOT_SUPPORTED
Vcs support for the root does not support labeling. |
|
SUCCESSFUL_SET
Successfully set |
|
UNKNOWN
Status is unknown |
|
| Method Summary | |
|---|---|
byte |
getPriority()
|
java.lang.String |
getText()
|
static VcsLabel.VcsLabelStatus |
valueOf(int priority)
Returns label status by id. |
static VcsLabel.VcsLabelStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VcsLabel.VcsLabelStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final VcsLabel.VcsLabelStatus UNKNOWN
public static final VcsLabel.VcsLabelStatus SUCCESSFUL_SET
public static final VcsLabel.VcsLabelStatus IS_BEING_SET
public static final VcsLabel.VcsLabelStatus FAILED
VcsLabel.getFailureReason()
public static final VcsLabel.VcsLabelStatus DISABLED_FOR_THE_ROOT
public static final VcsLabel.VcsLabelStatus LABELING_NOT_SUPPORTED
| Method Detail |
|---|
public static VcsLabel.VcsLabelStatus[] values()
for (VcsLabel.VcsLabelStatus c : VcsLabel.VcsLabelStatus.values()) System.out.println(c);
public static VcsLabel.VcsLabelStatus 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 name
java.lang.NullPointerException - if the argument is nullpublic byte getPriority()
public static VcsLabel.VcsLabelStatus valueOf(int priority)
priority - status id.
public java.lang.String getText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||