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