java.lang.Object | |
↳ | com.atlassian.jira.license.MockLicensedApplications |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add the given number of seats to the given role, returning the new total.
| |||||||||||
Returns a user-friendly string version of the com.atlassian.application.api.Applications
encoded in the source
license , or the empty string
if there are no Applications in the source license. | |||||||||||
Returns the com.atlassian.application.api.ApplicationKeys encoded in the source
license . | |||||||||||
Returns the number of seats for the given com.atlassian.application.api.ApplicationKey.
| |||||||||||
Indicates whether the license key has been issued as an JIRA Application license ( role based license ) or
whether we have interpreted it as an JIRA Application license.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||
![]()
|
Add the given number of seats to the given role, returning the new total.
Returns a user-friendly string version of the com.atlassian.application.api.Applications
encoded in the source license
, or the empty string
if there are no Applications in the source license.
Returns the com.atlassian.application.api.ApplicationKeys encoded in the source
license
. This may return an empty set, but never
returns null.
Returns the number of seats for the given com.atlassian.application.api.ApplicationKey. It will return:
ApplicationKey
is not licensed.UNLIMITED_USERS
if the passed
ApplicationKey
has no limit.
positive number
when the passed ApplicationKey
has that exact limit.UNLIMITED_USERS
.
Indicates whether the license key has been issued as an JIRA Application license ( role based license ) or whether we have interpreted it as an JIRA Application license.