public class ClusterLicenseStartupCheck extends Object implements StartupCheck
Note: This class was introduced in 6.3 as com.atlassian.jira.appconsistency.clustering.ClusterLicenseCheck,
and has been renamed to its current name in 7.0.
| Constructor and Description |
|---|
ClusterLicenseStartupCheck(ClusterLicenseCheck licenseCheck,
I18nHelper i18nHelper,
JiraLicenseManager licenseManager,
Jira6xServiceDeskPluginEncodedLicenseSupplier serviceDeskLicenseSupplier) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFaultDescription()
Implement this method to return the description of the fault.
|
String |
getHTMLFaultDescription()
Implement this method to return the error message of the fault.
|
String |
getName()
Implement this method to return the name of this check.
|
boolean |
isOk()
Implement this method to return true if the check is positive and false in the case of negative result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstoppublic ClusterLicenseStartupCheck(ClusterLicenseCheck licenseCheck, I18nHelper i18nHelper, JiraLicenseManager licenseManager, Jira6xServiceDeskPluginEncodedLicenseSupplier serviceDeskLicenseSupplier)
public String getName()
StartupCheckgetName in interface StartupCheckpublic boolean isOk()
StartupCheckisOk in interface StartupCheckpublic String getFaultDescription()
StartupCheckgetFaultDescription in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheckgetHTMLFaultDescription in interface StartupCheckCopyright © 2002-2017 Atlassian. All Rights Reserved.