com.atlassian.jira.license.LicenseCheck |
Known Indirect Subclasses
|
Class Overview
Root interface of classes that perform license-related checks.
Summary
Nested Classes |
class |
LicenseCheck.Failure |
Implements a LicenseCheck.Result that always fails . |
class |
LicenseCheck.Result |
Encapsulates the result of a LicenseCheck , which may be either passed or failed, depending on the
return value of isPass() . |
Fields
Indicates that a license check has failed but does not have any failing licenses
.
Indicates that a license check has failed but because no licenses
are present.
Indicates this license check has been passed.
Public Methods
Performs this license check.