public enum AdminPanelSection extends Enum<AdminPanelSection>
Enum Constant and Description |
---|
ADD_ONS |
BUILD_RESOURCES |
COMMUNICATION |
ELASTIC_BAMBOO |
GADGETS |
PLANS |
SECURITY |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
String |
getAdminPanelLinkId()
ID of the link displayed in the navigation bar of the administration panel.
|
String |
getDropdownMenuLinkId()
ID of the link displayed in the dropdown in the main header of every page.
|
static AdminPanelSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdminPanelSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdminPanelSection BUILD_RESOURCES
public static final AdminPanelSection ELASTIC_BAMBOO
public static final AdminPanelSection PLANS
public static final AdminPanelSection SECURITY
public static final AdminPanelSection COMMUNICATION
public static final AdminPanelSection ADD_ONS
public static final AdminPanelSection GADGETS
public static final AdminPanelSection SYSTEM
public static AdminPanelSection[] values()
for (AdminPanelSection c : AdminPanelSection.values()) System.out.println(c);
public static AdminPanelSection 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 getAdminPanelLinkId()
public String getDropdownMenuLinkId()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.