public static enum BitbucketServerConfigurationConstants.KeyStatus extends Enum<BitbucketServerConfigurationConstants.KeyStatus>
Modifier and Type | Method and Description |
---|---|
static BitbucketServerConfigurationConstants.KeyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitbucketServerConfigurationConstants.KeyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitbucketServerConfigurationConstants.KeyStatus OK
public static final BitbucketServerConfigurationConstants.KeyStatus UNKNOWN
public static final BitbucketServerConfigurationConstants.KeyStatus INVALID
public static BitbucketServerConfigurationConstants.KeyStatus[] values()
for (BitbucketServerConfigurationConstants.KeyStatus c : BitbucketServerConfigurationConstants.KeyStatus.values()) System.out.println(c);
public static BitbucketServerConfigurationConstants.KeyStatus 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.