Package | Description |
---|---|
com.atlassian.jira.license |
Modifier and Type | Class and Description |
---|---|
class |
BuildVersionLicenseCheckFailure
A failure of the
BuildVersionLicenseCheck . |
static class |
ClusterLicenseCheck.ClusterFailure
Implements
ClusterLicenseCheck.ClusterResult that always fails (ClusterFailure#isPass will always be false). |
static class |
ClusterLicenseCheck.ClusterResult
The result of a
ClusterLicenseCheck , which may be either passed or failed. |
static class |
LicenseCheck.Failure
Implements a
LicenseCheck.Result that always fails . |
Modifier and Type | Field and Description |
---|---|
static LicenseCheck.Result |
LicenseCheck.FAIL
Indicates that a license check has failed but does not have any failing
licenses . |
static LicenseCheck.Result |
LicenseCheck.FAIL_NO_LICENSES
Indicates that a license check has failed but because no
licenses are present. |
static LicenseCheck.Result |
LicenseCheck.PASS
Indicates this license check has been passed.
|
Modifier and Type | Method and Description |
---|---|
LicenseCheck.Result |
BuildVersionLicenseCheckImpl.evaluate() |
LicenseCheck.Result |
CreateIssueLicenseCheckImpl.evaluate() |
LicenseCheck.Result |
LicenseCheck.evaluate()
Performs this license check.
|
LicenseCheck.Result |
BuildVersionLicenseCheckImpl.evaluateWithoutGracePeriod() |
LicenseCheck.Result |
BuildVersionLicenseCheck.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. |
LicenseCheck.Result |
CreateIssueLicenseCheckImpl.evaluateWithUser(ApplicationUser user) |
LicenseCheck.Result |
CreateIssueLicenseCheck.evaluateWithUser(ApplicationUser user)
Perform this license check using the given
ApplicationUser . |
Copyright © 2002-2018 Atlassian. All Rights Reserved.