Package com.atlassian.jira.license
Class LicenseCheck.Failure
java.lang.Object
com.atlassian.jira.license.LicenseCheck.Result
com.atlassian.jira.license.LicenseCheck.Failure
- Direct Known Subclasses:
BuildVersionLicenseCheckFailure
- Enclosing interface:
- LicenseCheck
Implements a
LicenseCheck.Result that always fails.-
Constructor Summary
ConstructorsConstructorDescriptionFailure(List<? extends LicenseDetails> failedLicenses, String failureMessage) -
Method Summary
Methods inherited from class com.atlassian.jira.license.LicenseCheck.Result
getFailedLicenses, getFailureMessage
-
Constructor Details
-
Failure
-
-
Method Details
-
isPass
public boolean isPass()Description copied from class:LicenseCheck.ResultReturns true if thisLicenseCheckwas passed.- Overrides:
isPassin classLicenseCheck.Result
-