public static enum ArtifactStoragePage.LocationType extends Enum<ArtifactStoragePage.LocationType>
Enum Constant and Description |
---|
AMAZON_S3 |
ATLASSIAN_CLOUD |
Modifier and Type | Method and Description |
---|---|
static ArtifactStoragePage.LocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactStoragePage.LocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactStoragePage.LocationType ATLASSIAN_CLOUD
public static final ArtifactStoragePage.LocationType AMAZON_S3
public static ArtifactStoragePage.LocationType[] values()
for (ArtifactStoragePage.LocationType c : ArtifactStoragePage.LocationType.values()) System.out.println(c);
public static ArtifactStoragePage.LocationType 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 nullCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.