com.atlassian.jira.bc.license
Interface JiraLicenseService.ValidationResult

Enclosing interface:
JiraLicenseService

@PublicApi
public static interface JiraLicenseService.ValidationResult

Holds the validated license and potential errors


Method Summary
 int getActiveUserCount()
           
 ErrorCollection getErrorCollection()
           
 String getLicenseString()
           
 int getLicenseVersion()
           
 int getTotalUserCount()
           
 

Method Detail

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-2014 Atlassian. All Rights Reserved.