com.atlassian.jira.bc.license
Interface JiraLicenseService.ValidationResult
- Enclosing interface:
- JiraLicenseService
public static interface JiraLicenseService.ValidationResult
Holds the validated license and potential errors
getErrorCollection
ErrorCollection getErrorCollection()
- Returns:
- a non null
ErrorCollection
getLicenseString
String getLicenseString()
- Returns:
- the input licence string
getLicenseVersion
int getLicenseVersion()
- Returns:
- the version of the license that was decoded, 0 if the license was not decoded.
getTotalUserCount
int getTotalUserCount()
- Returns:
- the total number of users in the JIRA system
getActiveUserCount
int getActiveUserCount()
- Returns:
- the active user count in JIRA
Copyright © 2002-2012 Atlassian. All Rights Reserved.