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