Package com.atlassian.jira.license
Interface CreateIssueLicenseCheck
- All Superinterfaces:
LicenseCheck
- All Known Implementing Classes:
CreateIssueLicenseCheckImpl
Implements the license check required for users to be able to create issues.
- Since:
- 7.0
-
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
Methods inherited from interface com.atlassian.jira.license.LicenseCheck
evaluate, isPass
-
Method Details
-
evaluateWithUser
Perform this license check using the givenApplicationUser.- Parameters:
user- the user this license check should be performed as- Returns:
- the result of the check
-