public enum JobConfigPage extends Enum<JobConfigPage> implements ConfigTabUrlProvider
| Enum Constant and Description |
|---|
ARTIFACTS |
DETAILS |
MISCELLANEOUS |
POST_ACTIONS |
REQUIREMENTS |
TASKS |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelativeUrl(String buildKey) |
static JobConfigPage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobConfigPage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobConfigPage DETAILS
public static final JobConfigPage TASKS
public static final JobConfigPage REQUIREMENTS
public static final JobConfigPage ARTIFACTS
public static final JobConfigPage POST_ACTIONS
public static final JobConfigPage MISCELLANEOUS
public static JobConfigPage[] values()
for (JobConfigPage c : JobConfigPage.values()) System.out.println(c);
public static JobConfigPage 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 getRelativeUrl(String buildKey)
getRelativeUrl in interface ConfigTabUrlProviderCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.