public static enum QuickSearchItem.Type extends Enum<QuickSearchItem.Type>
Enum Constant and Description |
---|
DEPLOYMENT |
PLAN |
PLAN_BRANCH |
PROJECT |
Modifier and Type | Method and Description |
---|---|
static QuickSearchItem.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuickSearchItem.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuickSearchItem.Type PROJECT
public static final QuickSearchItem.Type PLAN
public static final QuickSearchItem.Type DEPLOYMENT
public static final QuickSearchItem.Type PLAN_BRANCH
public static QuickSearchItem.Type[] values()
for (QuickSearchItem.Type c : QuickSearchItem.Type.values()) System.out.println(c);
public static QuickSearchItem.Type 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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.