public final class Product extends Object
NOTE: the case of the product name is not important with respect to object equality.
| Modifier and Type | Field and Description |
|---|---|
static Product |
ALL_PLUGINS
A special product that really denotes any plugin.
|
static Iterable<Product> |
ATLASSIAN_PRODUCTS |
static Product |
BAMBOO |
static Product |
BITBUCKET_SERVER |
static Product |
BONFIRE |
static Product |
CLOVER |
static Product |
CONFLUENCE |
static Product |
CONFLUENCE_QUESTIONS |
static Product |
CROWD |
static Product |
CRUCIBLE |
static Product |
EDIT_LIVE_PLUGIN |
static Product |
FISHEYE |
static Product |
GREENHOPPER |
static Product |
JIRA |
static Product |
PERFORCE_PLUGIN |
static Product |
SHAREPOINT_PLUGIN |
static Product |
STASH |
static Product |
TEAM_CALENDARS |
static Product |
VSS_PLUGIN |
| Constructor and Description |
|---|
Product(String name,
String namespace) |
Product(String name,
String namespace,
boolean plugin) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Product |
fromNamespace(String ns)
Performs a
Product lookup by namespace. |
static Product[] |
getAtalssianProductsAsArray() |
String |
getName() |
String |
getNamespace()
Namespace is used in licensing to group parameters that belong to this particular product only.
|
int |
hashCode() |
boolean |
isPlugin() |
String |
toString() |
public static Product JIRA
public static Product CONFLUENCE
public static Product BAMBOO
public static Product CROWD
public static Product CLOVER
public static Product FISHEYE
public static Product CRUCIBLE
public static Product STASH
public static Product BITBUCKET_SERVER
public static Product EDIT_LIVE_PLUGIN
public static Product PERFORCE_PLUGIN
public static Product SHAREPOINT_PLUGIN
public static Product GREENHOPPER
public static Product TEAM_CALENDARS
public static Product BONFIRE
public static Product VSS_PLUGIN
public static Product CONFLUENCE_QUESTIONS
public static Product ALL_PLUGINS
public static Product[] getAtalssianProductsAsArray()
public String getName()
nullpublic String getNamespace()
public boolean isPlugin()
Copyright © 2005–2021 Atlassian. All rights reserved.