public class LicenseKeys extends Object
NOTE: The licenses are read from `jira-func-tests/src/main/resources/license`. The files in this directory are generated using https://stash.atlassian.com/projects/JIRA/repos/jira-test-license-generator.
Modifier and Type | Field and Description |
---|---|
static License |
AGED_EVALUATION_LICENSE
An evaluation license from the y2k period.
|
static License |
COMMERCIAL
Time bombed unlimited commercial license.
|
static License |
COMMERCIAL_FOR_ARCHIVING
The same as
COMMERCIAL , but allows to bypass Archiving's DC license check |
static License |
COMMERCIAL_LIMITED
Time bombed developer license for 5 users.
|
static License |
COMMUNITY
Time bombed unlimited community license.
|
static License |
CORE_AND_TEST_ROLES
Time bombed license for multiple applications:
|
static License |
CORE_ROLE
Time bombed JIRA Core license for 5 users.
|
static License |
CORE_SERVICEDESK
Time bombed license for multiple applications:
|
static License |
DEMO
Time bombed unlimited demo license.
|
static License |
DEVELOPER
Time bombed unlimited developer license.
|
static License |
DEVELOPER_LIMITED
Time bombed developer license for 5 users.
|
static License |
EVAL_EXPIRED
Atlassian license where the evaluation period has expired.
|
static String |
INVALID
Invalid License with zero users
|
static License |
MULTI_ROLE
Time bombed license for multiple applications:
|
static String |
NON_EXISTING_ROLE
Invalid JIRA Application Licence Non Existent role
|
static License |
OPEN_SOURCE
Time bombed unlimited open source license.
|
static License |
PERSONAL
Time bombed unlimited personal license.
|
static License |
SOFTWARE_ROLE
Time bombed JIRA Software license for 100 users.
|
static License |
STARTER
Time bombed unlimited starter license.
|
static License |
TEST_ROLE
Time bombed JIRA Func Test license for 10 users.
|
static License |
TEST_ROLE_3_USERS
Time bombed JIRA Func Test license for 3 users.
|
static License |
V1_ENTERPRISE
V1 Atlassian license.
|
Constructor and Description |
---|
LicenseKeys() |
public static final License V1_ENTERPRISE
public static final License EVAL_EXPIRED
public static final License COMMERCIAL
public static final License COMMERCIAL_FOR_ARCHIVING
COMMERCIAL
, but allows to bypass Archiving's DC license checkpublic static final License PERSONAL
public static final License STARTER
public static final License COMMUNITY
public static final License OPEN_SOURCE
public static final License DEVELOPER
public static final License DEMO
public static final License DEVELOPER_LIMITED
public static final License COMMERCIAL_LIMITED
public static final License CORE_ROLE
public static final License SOFTWARE_ROLE
public static final License TEST_ROLE
public static final License TEST_ROLE_3_USERS
public static final String INVALID
public static final String NON_EXISTING_ROLE
public static final License MULTI_ROLE
public static final License CORE_SERVICEDESK
public static final License AGED_EVALUATION_LICENSE
public static final License CORE_AND_TEST_ROLES
Copyright © 2002-2018 Atlassian. All Rights Reserved.