public static enum I18nTestHelper.I18nDefinition extends Enum<I18nTestHelper.I18nDefinition>
Enum Constant and Description |
---|
ARTIFACT_DOWNLOADER_PLUGIN |
BAMBOO_ACTION_SUPPORT |
DEPLOYMENTS |
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Resource location.
|
static I18nTestHelper.I18nDefinition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I18nTestHelper.I18nDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I18nTestHelper.I18nDefinition BAMBOO_ACTION_SUPPORT
public static final I18nTestHelper.I18nDefinition DEPLOYMENTS
public static final I18nTestHelper.I18nDefinition ARTIFACT_DOWNLOADER_PLUGIN
public static I18nTestHelper.I18nDefinition[] values()
for (I18nTestHelper.I18nDefinition c : I18nTestHelper.I18nDefinition.values()) System.out.println(c);
public static I18nTestHelper.I18nDefinition 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 null@NotNull public String getLocation()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.