Package com.atlassian.jira.license
Interface BuildVersionLicenseCheck
- All Superinterfaces:
LicenseCheck
- All Known Implementing Classes:
BuildVersionLicenseCheckImpl
Checks that licenses are valid for a JIRA installation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.license.LicenseCheck
LicenseCheck.Failure, LicenseCheck.Result -
Field Summary
Fields inherited from interface com.atlassian.jira.license.LicenseCheck
FAIL, FAIL_NO_LICENSES, PASS -
Method Summary
Modifier and TypeMethodDescriptionPerforms this build version license check without consideration of whether or not the current instance users have accepted the grace (evaluation) period that is offered to users after the maintenance period of one or more of their licenses expires (or more accurately, whenLicenseCheck.evaluate()returns failure.Methods inherited from interface com.atlassian.jira.license.LicenseCheck
evaluate, isPass
-
Method Details
-
evaluateWithoutGracePeriod
LicenseCheck.Result evaluateWithoutGracePeriod()Performs this build version license check without consideration of whether or not the current instance users have accepted the grace (evaluation) period that is offered to users after the maintenance period of one or more of their licenses expires (or more accurately, whenLicenseCheck.evaluate()returns failure.- Returns:
- the result of this license check, without consideration of grace period status
- See Also:
-