public static enum KnownConfluenceLicenseValidationException.Reason extends Enum<KnownConfluenceLicenseValidationException.Reason>
Enum Constant and Description |
---|
LEGACY_CLUSTER_LICENSE
This is an old cluster license which will not be installed anymore.
|
LEGACY_VERSION_1
This is a v1 license which will not be installed anymore.
|
LICENCE_NOT_FOR_CDC
This is Confluence Data Center edition, but the given license is not for Confluence Data Center
|
LICENCE_NOT_FOR_STANDALONE
This is standalone edition, but the given license is not for standalone
|
LICENSE_EXPIRY_MISSING
The license expiry period is missing.
|
LICENSE_INVALID_NUMBER_OF_USERS
The license does not contain a valid number of users allowed.
|
SUPPORT_EXPIRED
The support period has expired.
|
Modifier and Type | Method and Description |
---|---|
static KnownConfluenceLicenseValidationException.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownConfluenceLicenseValidationException.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownConfluenceLicenseValidationException.Reason SUPPORT_EXPIRED
public static final KnownConfluenceLicenseValidationException.Reason LEGACY_VERSION_1
public static final KnownConfluenceLicenseValidationException.Reason LEGACY_CLUSTER_LICENSE
public static final KnownConfluenceLicenseValidationException.Reason LICENCE_NOT_FOR_CDC
public static final KnownConfluenceLicenseValidationException.Reason LICENCE_NOT_FOR_STANDALONE
public static final KnownConfluenceLicenseValidationException.Reason LICENSE_EXPIRY_MISSING
public static final KnownConfluenceLicenseValidationException.Reason LICENSE_INVALID_NUMBER_OF_USERS
public static KnownConfluenceLicenseValidationException.Reason[] values()
for (KnownConfluenceLicenseValidationException.Reason c : KnownConfluenceLicenseValidationException.Reason.values()) System.out.println(c);
public static KnownConfluenceLicenseValidationException.Reason 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 © 2003–2018 Atlassian. All rights reserved.