public static enum SourceControlManagement.Status extends Enum<SourceControlManagement.Status>
| Enum Constant and Description |
|---|
ADDED |
COPIED |
DELETED |
MODIFIED |
RENAMED |
UNMERGED |
UNMODIFIED |
UNTRACKED |
| Modifier and Type | Method and Description |
|---|---|
static SourceControlManagement.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceControlManagement.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceControlManagement.Status ADDED
public static final SourceControlManagement.Status COPIED
public static final SourceControlManagement.Status DELETED
public static final SourceControlManagement.Status MODIFIED
public static final SourceControlManagement.Status RENAMED
public static final SourceControlManagement.Status UNMERGED
public static final SourceControlManagement.Status UNMODIFIED
public static final SourceControlManagement.Status UNTRACKED
public static SourceControlManagement.Status[] values()
for (SourceControlManagement.Status c : SourceControlManagement.Status.values()) System.out.println(c);
public static SourceControlManagement.Status 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 nullCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.