public enum ChainConfigPage extends Enum<ChainConfigPage> implements ConfigTabUrlProvider
Enum Constant and Description |
---|
AUDITLOG |
BRANCHES |
DEPENDENCIES |
DETAILS |
MISCELLANEOUS |
NOTIFICATIONS |
PERMISSIONS |
REPOSITORY |
STAGES |
TRIGGERS |
VARIABLES |
Modifier and Type | Method and Description |
---|---|
String |
getRelativeUrl(String buildKey) |
static ChainConfigPage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChainConfigPage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChainConfigPage DETAILS
public static final ChainConfigPage REPOSITORY
public static final ChainConfigPage TRIGGERS
public static final ChainConfigPage BRANCHES
public static final ChainConfigPage STAGES
public static final ChainConfigPage DEPENDENCIES
public static final ChainConfigPage NOTIFICATIONS
public static final ChainConfigPage MISCELLANEOUS
public static final ChainConfigPage PERMISSIONS
public static final ChainConfigPage AUDITLOG
public static final ChainConfigPage VARIABLES
public static ChainConfigPage[] values()
for (ChainConfigPage c : ChainConfigPage.values()) System.out.println(c);
public static ChainConfigPage 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.