public static enum VersionService.ValidationResult.Action extends Enum<VersionService.ValidationResult.Action>
Enum Constant and Description |
---|
DELETE
Delete a version and remove it from all issues.
|
DELETE_AND_REPLACE
Delete a version and replace its occurrences in issues with different versions for "affected" and "fixed".
|
MERGE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VersionService.ValidationResult.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionService.ValidationResult.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VersionService.ValidationResult.Action DELETE
@Deprecated public static final VersionService.ValidationResult.Action MERGE
public static final VersionService.ValidationResult.Action DELETE_AND_REPLACE
public static VersionService.ValidationResult.Action[] values()
for (VersionService.ValidationResult.Action c : VersionService.ValidationResult.Action.values()) System.out.println(c);
public static VersionService.ValidationResult.Action 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 © 2002-2019 Atlassian. All Rights Reserved.