@PublicApi public enum ManagedConfigurationItemType extends Enum<ManagedConfigurationItemType>
Enum Constant and Description |
---|
CUSTOM_FIELD
Instances of custom fields.
|
WORKFLOW
Instances of workflows.
|
WORKFLOW_SCHEME
Instances of workflow schemes.
|
Modifier and Type | Method and Description |
---|---|
static ManagedConfigurationItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagedConfigurationItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagedConfigurationItemType CUSTOM_FIELD
public static final ManagedConfigurationItemType WORKFLOW
public static final ManagedConfigurationItemType WORKFLOW_SCHEME
public static ManagedConfigurationItemType[] values()
for (ManagedConfigurationItemType c : ManagedConfigurationItemType.values()) System.out.println(c);
public static ManagedConfigurationItemType 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.