public enum StructurePage extends Enum<StructurePage>
StructurePage
enum lists all non-admin JIRA pages (page types) that display
Structure Widget or that are adjusted by Structure Plugin. It is used to define per-page
user interface settings.UISettings
Enum Constant and Description |
---|
COMPONENT_TAB
"Structure" tab on the component page.
|
GADGET
Structure Gadget - either on Dashboard or in Confluence.
|
GREENHOPPER_TAB
"Structure" Tab in the issue details view on GreenHopper rapid board
|
ISSUE_NAVIGATOR
Issue navigator - for now, Structure is present only as a Views menu element.
|
ISSUE_VIEW
The page with a single issue.
|
PROJECT_TAB
"Structure" tab on the project page.
|
STRUCTURE_BOARD
Structure Board page - the one that opens when you click Structure in the top menu bar.
|
STRUCTURE_BOARD_WITH_DETAILS
Deprecated.
No longer supported since Structure doesn't use a separate view for a details panel layout.
Use
STRUCTURE_BOARD or PROJECT_TAB instead. |
VERSION_TAB
"Structure" tab on the version page.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<StructurePage> |
enumSet(Collection<StructurePage> pages) |
static StructurePage |
forId(String id) |
String |
getId() |
static StructurePage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructurePage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StructurePage STRUCTURE_BOARD
@Deprecated public static final StructurePage STRUCTURE_BOARD_WITH_DETAILS
STRUCTURE_BOARD
or PROJECT_TAB
instead.public static final StructurePage ISSUE_VIEW
public static final StructurePage PROJECT_TAB
public static final StructurePage COMPONENT_TAB
public static final StructurePage VERSION_TAB
public static final StructurePage ISSUE_NAVIGATOR
public static final StructurePage GADGET
public static final StructurePage GREENHOPPER_TAB
public static StructurePage[] values()
for (StructurePage c : StructurePage.values()) System.out.println(c);
public static StructurePage 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 getId()
@Nullable public static StructurePage forId(@Nullable String id)
@Nullable public static EnumSet<StructurePage> enumSet(@Nullable Collection<StructurePage> pages)
Copyright © 2024 Tempo Software. All Rights Reserved.