public enum JiraSoftwareFeature extends Enum<JiraSoftwareFeature>
Enum Constant and Description |
---|
DAYS_IN_COLUMN |
PARALLEL_SPRINTS |
SPRINTS_PICKER_PER_PROJECT |
STICKY_SPRINT_HEADERS |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
boolean |
isEnabledByDefault() |
static JiraSoftwareFeature |
valueFor(String name)
Just like the 'valueOf' method, but instead of throwing exceptions, it returns null
|
static JiraSoftwareFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JiraSoftwareFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JiraSoftwareFeature PARALLEL_SPRINTS
public static final JiraSoftwareFeature STICKY_SPRINT_HEADERS
public static final JiraSoftwareFeature DAYS_IN_COLUMN
public static final JiraSoftwareFeature SPRINTS_PICKER_PER_PROJECT
public static JiraSoftwareFeature[] values()
for (JiraSoftwareFeature c : JiraSoftwareFeature.values()) System.out.println(c);
public static JiraSoftwareFeature 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 nullpublic String getKey()
public boolean isEnabledByDefault()
public static JiraSoftwareFeature valueFor(String name)
Copyright © 2007–2025 Atlassian. All rights reserved.