public enum AddonVersionExternalLinkType extends Enum<AddonVersionExternalLinkType>
| Enum Constant and Description |
|---|
BINARY
A link to a downloadable file for the add-on, if it is not directly installable and
hosted on the Marketplace server.
|
DOCUMENTATION
A link to online documentation.
|
DONATE
Deprecated.
This link cannot be set for new add-on versions, but may be present in old versions.
|
EULA
A link to an end-user license agreement.
|
EVALUATION_LICENSE
Deprecated.
This link cannot be set for new add-on versions, but may be present in old versions.
|
JAVADOC
Deprecated.
This link cannot be set for new add-on versions, but may be present in old versions.
|
LEARN_MORE
A link to a "learn more" page.
|
LICENSE
A link to a web page for licensing details.
|
PURCHASE
A link to a web page for purchasing the add-on, if it is not paid via Atlassian
|
RELEASE_NOTES
A link to a web page containing release notes.
|
SOURCE
Deprecated.
This link cannot be set for new add-on versions, but may be present in old versions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetForNewAddonVersions()
Returns true if it is possible to set this type of link for new add-on versions.
|
String |
getKey() |
static AddonVersionExternalLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonVersionExternalLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddonVersionExternalLinkType BINARY
public static final AddonVersionExternalLinkType DOCUMENTATION
@Deprecated public static final AddonVersionExternalLinkType DONATE
public static final AddonVersionExternalLinkType EULA
@Deprecated public static final AddonVersionExternalLinkType EVALUATION_LICENSE
@Deprecated public static final AddonVersionExternalLinkType JAVADOC
public static final AddonVersionExternalLinkType LEARN_MORE
public static final AddonVersionExternalLinkType LICENSE
public static final AddonVersionExternalLinkType PURCHASE
public static final AddonVersionExternalLinkType RELEASE_NOTES
@Deprecated public static final AddonVersionExternalLinkType SOURCE
public static AddonVersionExternalLinkType[] values()
for (AddonVersionExternalLinkType c : AddonVersionExternalLinkType.values()) System.out.println(c);
public static AddonVersionExternalLinkType 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 boolean canSetForNewAddonVersions()
public String getKey()
Copyright © 2016 Atlassian. All rights reserved.