public final class ApplicationKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static ApplicationKey |
BAMBOO |
static ApplicationKey |
BITBUCKET |
static ApplicationKey |
CONFLUENCE |
static ApplicationKey |
CRUCIBLE |
static ApplicationKey |
FISHEYE |
static ApplicationKey |
JIRA |
static ApplicationKey |
STASH |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getKey() |
String |
getName() |
int |
hashCode() |
boolean |
isEquivalentForAddonCompatibility(ApplicationKey other)
Same as
equals(java.lang.Object), but also returns true for different application keys that
should still be treated as the same product for the purposes of add-on compatibility
(i.e. |
String |
toString() |
static ApplicationKey |
valueOf(String key)
Returns an ApplicationKey instance corresponding to the given string value.
|
public static final ApplicationKey BAMBOO
public static final ApplicationKey BITBUCKET
public static final ApplicationKey CONFLUENCE
public static final ApplicationKey CRUCIBLE
public static final ApplicationKey FISHEYE
public static final ApplicationKey JIRA
public static final ApplicationKey STASH
public static ApplicationKey valueOf(String key)
BAMBOO.key - an application key stringApplicationKeyNullPointerException - if key is null, empty, or whitespacepublic String getKey()
public String getName()
public boolean isEquivalentForAddonCompatibility(ApplicationKey other)
equals(java.lang.Object), but also returns true for different application keys that
should still be treated as the same product for the purposes of add-on compatibility
(i.e. if a product has been renamed).Copyright © 2016 Atlassian. All rights reserved.