Uses of Enum Class
com.atlassian.crowd.model.ApplicationSubtype
Package
Description
-
Uses of ApplicationSubtype in com.atlassian.crowd.acceptance.tests.applications.crowd
Modifier and TypeMethodDescriptionprotected static com.atlassian.plugins.license.entity.LicenseTierInfoEntity
LicensingTestBase.createLicenseTierInfo
(String applicationDisplayName, LocalDateTime expiryDate, ApplicationSubtype applicationSubtype, long licenseTier) -
Uses of ApplicationSubtype in com.atlassian.crowd.dao.licensing
Modifier and TypeMethodDescriptionLicensingSummaryDao.findByApplication
(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDaoHibernate.findByApplication
(Application application, ApplicationSubtype applicationSubtype) LicensingSummaryDao.getLicensingSummaryByVersion
(Application application, ApplicationSubtype applicationSubtype, long version) LicensingSummaryDaoHibernate.getLicensingSummaryByVersion
(Application application, ApplicationSubtype applicationSubtype, long version) -
Uses of ApplicationSubtype in com.atlassian.crowd.licensing
Modifier and TypeMethodDescriptionApplicationLicensingService.listJiraTypes
(Long applicationId, Long version) Returns list of jira sub-types available for the givenApplicationType.JIRA
applicationApplicationLicensingServiceImpl.listJiraTypes
(Long applicationId, Long version) -
Uses of ApplicationSubtype in com.atlassian.crowd.model
Modifier and TypeMethodDescriptionstatic ApplicationSubtype
ApplicationSubtype.getOnlySubtype
(ApplicationType applicationType) static ApplicationSubtype
static ApplicationSubtype
Returns the enum constant of this class with the specified name.static ApplicationSubtype[]
ApplicationSubtype.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplicationSubtype in com.atlassian.crowd.model.licensing
Modifier and TypeMethodDescriptionvoid
LicensingSummary.setApplicationSubtype
(ApplicationSubtype applicationSubtype) -
Uses of ApplicationSubtype in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeFieldDescriptionstatic final com.google.common.collect.ImmutableMap<ApplicationSubtype,
JiraType> JiraType.MAP
Modifier and TypeMethodDescriptionstatic JiraType
JiraType.fromApplicationSubtype
(ApplicationSubtype applicationSubtype)