public static enum ConfigureElasticCloudAction.KeyProvisioningMethod extends Enum<ConfigureElasticCloudAction.KeyProvisioningMethod>
Enum Constant and Description |
---|
BAMBOO_SERVER_LOCATION |
UPLOAD |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getKey() |
void |
setDisplayName(String name) |
static ConfigureElasticCloudAction.KeyProvisioningMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigureElasticCloudAction.KeyProvisioningMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigureElasticCloudAction.KeyProvisioningMethod BAMBOO_SERVER_LOCATION
public static final ConfigureElasticCloudAction.KeyProvisioningMethod UPLOAD
public static ConfigureElasticCloudAction.KeyProvisioningMethod[] values()
for (ConfigureElasticCloudAction.KeyProvisioningMethod c : ConfigureElasticCloudAction.KeyProvisioningMethod.values()) System.out.println(c);
public static ConfigureElasticCloudAction.KeyProvisioningMethod 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 getDisplayName()
public void setDisplayName(String name)
public String getKey()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.