Package com.atlassian.jira.license
Class LicenseCheck.Result
java.lang.Object
com.atlassian.jira.license.LicenseCheck.Result
- Direct Known Subclasses:
LicenseCheck.Failure
- Enclosing interface:
- LicenseCheck
The result of a
LicenseCheck, which may be either passed or failed, depending on the
return value of isPass().-
Constructor Summary
ConstructorsConstructorDescriptionResult(Iterable<? extends LicenseDetails> failedLicenses, String failureMessage) -
Method Summary
Modifier and TypeMethodDescriptionReturns the reason why thisLicenseCheckfailed, or the empty string if it passed.booleanisPass()Returns true if thisLicenseCheckwas passed.
-
Constructor Details
-
Result
-
-
Method Details
-
getFailedLicenses
-
getFailureMessage
Returns the reason why thisLicenseCheckfailed, or the empty string if it passed. -
isPass
public boolean isPass()Returns true if thisLicenseCheckwas passed.
-