public enum AddonExternalLinkType extends Enum<AddonExternalLinkType>
| Enum Constant and Description |
|---|
BUILDS
Deprecated.
This link cannot be set for new add-on listings, but may be present in old listings.
|
FORUMS
A link to a discussion forum.
|
ISSUE_TRACKER
A link to an issue tracker.
|
PRIVACY
A link to a privacy policy.
|
SOURCE
Deprecated.
This link cannot be set for new add-on listings, but may be present in old listings.
|
WIKI
Deprecated.
This link cannot be set for new add-on listings, but may be present in old listings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canSetForNewAddons()
Returns true if it is possible to set this type of link for new add-on listings.
|
String |
getKey() |
static AddonExternalLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddonExternalLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final AddonExternalLinkType BUILDS
public static final AddonExternalLinkType FORUMS
public static final AddonExternalLinkType ISSUE_TRACKER
public static final AddonExternalLinkType PRIVACY
@Deprecated public static final AddonExternalLinkType SOURCE
@Deprecated public static final AddonExternalLinkType WIKI
public static AddonExternalLinkType[] values()
for (AddonExternalLinkType c : AddonExternalLinkType.values()) System.out.println(c);
public static AddonExternalLinkType 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 canSetForNewAddons()
public String getKey()
Copyright © 2016 Atlassian. All rights reserved.