All Implemented Interfaces:
Serializable , Comparable <StructurePage >, Constable
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.
Author:
Igor Sereda
See Also:
Enum Constant Summary
Enum Constants
"Structure" tab on the component page.
Structure Gadget - either on Dashboard or in Confluence.
"Structure" Tab in the issue details view on GreenHopper rapid board
Issue navigator - for now, Structure is present only as a Views menu element.
The page with a single issue.
"Structure" tab on the project page.
Structure Board page - the one that opens when you click Structure in the top menu bar.
"Structure" tab on the version page.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
STRUCTURE_BOARD
Structure Board page - the one that opens when you click Structure in the top menu bar.
STRUCTURE_BOARD_WITH_DETAILS
Deprecated.
Either Structure Board page with issue details panel or Project page with issue details panel.
ISSUE_VIEW
The page with a single issue.
PROJECT_TAB
"Structure" tab on the project page.
COMPONENT_TAB
"Structure" tab on the component page.
VERSION_TAB
"Structure" tab on the version page.
ISSUE_NAVIGATOR
Issue navigator - for now, Structure is present only as a Views menu element.
GADGET
Structure Gadget - either on Dashboard or in Confluence.
GREENHOPPER_TAB
"Structure" Tab in the issue details view on GreenHopper rapid board
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null