public final class ApplicationKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static ApplicationKey |
BAMBOO |
static ApplicationKey |
BITBUCKET |
static ApplicationKey |
CONFLUENCE |
static ApplicationKey |
FECRU |
static ApplicationKey |
HIPCHAT |
static ApplicationKey |
JIRA |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getKey()
Returns the string key used for this application in the Marketplace API.
|
int |
hashCode() |
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 FECRU
public static final ApplicationKey HIPCHAT
public static final ApplicationKey JIRA
public static ApplicationKey valueOf(String key)
BAMBOO.key - an application key stringApplicationKeyNullPointerException - if key is null, empty, or whitespacepublic String getKey()
Copyright © 2016 Atlassian. All rights reserved.