Modifier and Type | Method and Description |
---|---|
protected static com.atlassian.plugins.license.entity.LicenseTierInfoEntity |
LicensingTestBase.createLicenseTierInfo(String applicationDisplayName,
LocalDateTime expiryDate,
ApplicationSubtype applicationSubtype,
long licenseTier) |
Modifier and Type | Method and Description |
---|---|
Optional<LicensingSummary> |
LicensingSummaryDaoHibernate.findByApplication(Application application,
ApplicationSubtype applicationSubtype) |
Optional<LicensingSummary> |
LicensingSummaryDao.findByApplication(Application application,
ApplicationSubtype applicationSubtype) |
Optional<LicensingSummary> |
LicensingSummaryDaoHibernate.getLicensingSummaryByVersion(Application application,
ApplicationSubtype applicationSubtype,
long version) |
Optional<LicensingSummary> |
LicensingSummaryDao.getLicensingSummaryByVersion(Application application,
ApplicationSubtype applicationSubtype,
long version) |
Modifier and Type | Method and Description |
---|---|
List<ApplicationSubtype> |
ApplicationLicensingServiceImpl.listJiraTypes(Long applicationId,
Long version) |
List<ApplicationSubtype> |
ApplicationLicensingService.listJiraTypes(Long applicationId,
Long version)
Returns list of jira sub-types available for the given
ApplicationType.JIRA
application |
Modifier and Type | Method and Description |
---|---|
static ApplicationSubtype |
ApplicationSubtype.getOnlySubtype(ApplicationType applicationType) |
static ApplicationSubtype |
ApplicationSubtype.toEnum(String value) |
static ApplicationSubtype |
ApplicationSubtype.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationSubtype[] |
ApplicationSubtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplicationSubtype |
LicensingSummary.getApplicationSubtype() |
Modifier and Type | Method and Description |
---|---|
void |
LicensingSummary.setApplicationSubtype(ApplicationSubtype applicationSubtype) |
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableMap<ApplicationSubtype,JiraType> |
JiraType.MAP |
Modifier and Type | Method and Description |
---|---|
static JiraType |
JiraType.fromApplicationSubtype(ApplicationSubtype applicationSubtype) |
Copyright © 2021 Atlassian. All rights reserved.