public class CreateIssueLicenseCheckImpl extends Object implements CreateIssueLicenseCheck
LicenseCheck.Failure, LicenseCheck.ResultFAIL, FAIL_NO_LICENSES, PASS| Constructor and Description |
|---|
CreateIssueLicenseCheckImpl(JiraLicenseManager licenseManager,
ApplicationRoleManager roleManager,
JiraAuthenticationContext authenticationContext,
JiraContactHelper jiraContactHelper,
I18nHelper i18n) |
| Modifier and Type | Method and Description |
|---|---|
LicenseCheck.Result |
evaluate()
Performs this license check.
|
LicenseCheck.Result |
evaluateWithUser(ApplicationUser user)
Perform this license check using the given
ApplicationUser. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPasspublic CreateIssueLicenseCheckImpl(JiraLicenseManager licenseManager, ApplicationRoleManager roleManager, JiraAuthenticationContext authenticationContext, JiraContactHelper jiraContactHelper, I18nHelper i18n)
public LicenseCheck.Result evaluate()
LicenseCheckevaluate in interface LicenseCheckpublic LicenseCheck.Result evaluateWithUser(ApplicationUser user)
CreateIssueLicenseCheckApplicationUser.evaluateWithUser in interface CreateIssueLicenseCheckuser - the user this license check should be performed asCopyright © 2002-2024 Atlassian. All Rights Reserved.