public interface ClusterLicenseCheck extends LicenseCheck
Modifier and Type | Interface and Description |
---|---|
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 |
ClusterLicenseCheck.FailureReason
Reasons the ClusterLicenseCheck may fail.
|
LicenseCheck.Failure, LicenseCheck.Result
FAIL, FAIL_NO_LICENSES, PASS
Modifier and Type | Method and Description |
---|---|
ClusterLicenseCheck.ClusterResult |
evaluate()
Performs this license check.
|
isPass
ClusterLicenseCheck.ClusterResult evaluate()
LicenseCheck
evaluate
in interface LicenseCheck
Copyright © 2002-2019 Atlassian. All Rights Reserved.