public class FailedStartupCheck extends Object implements StartupCheck
| Constructor and Description | 
|---|
| FailedStartupCheck(String name,
                  String faultDescription) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFaultDescription()Returns 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. | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstopfromStringpublic String getName()
StartupCheckgetName in interface StartupCheckpublic boolean isOk()
StartupCheckisOk in interface StartupCheckpublic String getFaultDescription()
FaultDescriptiongetFaultDescription in interface FaultDescriptionpublic String getHTMLFaultDescription()
StartupCheckgetHTMLFaultDescription in interface StartupCheckCopyright © 2002-2019 Atlassian. All Rights Reserved.