Package | Description |
---|---|
com.atlassian.crowd.acceptance.tests.applications.crowd | |
com.atlassian.crowd.licensing | |
com.atlassian.crowd.plugin.rest.entity |
Modifier and Type | Method and Description |
---|---|
protected ApplicationLicensingStatus |
LicensingTestBase.getLicensingStatus() |
Modifier and Type | Method and Description |
---|---|
static ApplicationLicensingStatus |
ApplicationLicensingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationLicensingStatus[] |
ApplicationLicensingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplicationLicensingStatus |
ApplicationLicensingSummaryEntity.getStatus() |
Modifier and Type | Method and Description |
---|---|
static ApplicationLicensingSummaryEntity |
ApplicationLicensingSummaryEntity.status(ApplicationLicensingStatus status) |
Constructor and Description |
---|
ApplicationLicensingSummaryEntity(ApplicationLicensingStatus status,
int maximumUserLimit,
int totalLicensedUsers,
int numberOfDirectories,
long timestamp,
long version,
String jiraType) |
Copyright © 2020 Atlassian. All rights reserved.