@PublicApi
public static interface JiraLicenseService.ValidationResult
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
getErrorCollection() |
LicenseDetails |
getLicenseDetails() |
String |
getLicenseString() |
int |
getLicenseVersion()
Deprecated.
use #getLicenseDetails().getLicenseVersion()
|
int |
getTotalUserCount()
Deprecated.
|
ErrorCollection getErrorCollection()
ErrorCollection
String getLicenseString()
@Nullable LicenseDetails getLicenseDetails()
@Deprecated int getLicenseVersion()
@Deprecated int getTotalUserCount()
ApplicationAuthorizationService.getUserCount(ApplicationKey)
or
UserManager.getTotalUserCount()
.Copyright © 2002-2019 Atlassian. All Rights Reserved.