public final class BuildVersionLicenseCheckImpl extends Object implements BuildVersionLicenseCheck
LicenseCheck.Failure, LicenseCheck.ResultFAIL, FAIL_NO_LICENSES, PASS| Constructor and Description | 
|---|
BuildVersionLicenseCheckImpl(JiraLicenseManager licenseManager,
                            BuildUtilsInfo buildUtilsInfo,
                            I18nHelper i18n,
                            DateTimeFormatter dateTimeFormatter,
                            LicenseMaintenancePredicate isMaintenanceValid)  | 
| Modifier and Type | Method and Description | 
|---|---|
LicenseCheck.Result | 
evaluate()
Performs this license check. 
 | 
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, when  
LicenseCheck.evaluate() returns failure. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPasspublic BuildVersionLicenseCheckImpl(@Nonnull JiraLicenseManager licenseManager, @Nonnull BuildUtilsInfo buildUtilsInfo, @Nonnull I18nHelper i18n, @Nonnull DateTimeFormatter dateTimeFormatter, @Nonnull LicenseMaintenancePredicate isMaintenanceValid)
public LicenseCheck.Result evaluate()
LicenseCheckevaluate in interface LicenseCheckpublic LicenseCheck.Result evaluateWithoutGracePeriod()
BuildVersionLicenseCheckLicenseCheck.evaluate() returns failure.evaluateWithoutGracePeriod in interface BuildVersionLicenseCheckJiraLicenseManager.hasLicenseTooOldForBuildConfirmationBeenDone(), 
JiraLicenseManager.confirmProceedUnderEvaluationTerms(String)Copyright © 2002-2018 Atlassian. All Rights Reserved.