public enum JobSummaryPage extends Enum<JobSummaryPage> implements ConfigTabUrlProvider
Enum Constant and Description |
---|
BUILD_HISTORY |
CONFIGURATION |
RECENT_FAILURES |
SUMMARY |
Modifier and Type | Method and Description |
---|---|
String |
getRelativeUrl(String buildKey) |
static JobSummaryPage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSummaryPage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobSummaryPage SUMMARY
public static final JobSummaryPage RECENT_FAILURES
public static final JobSummaryPage BUILD_HISTORY
public static final JobSummaryPage CONFIGURATION
public static JobSummaryPage[] values()
for (JobSummaryPage c : JobSummaryPage.values()) System.out.println(c);
public static JobSummaryPage 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 ConfigTabUrlProvider
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.