public interface StartupCheck extends FaultDescription
Modifier and Type | Method and Description |
---|---|
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.
|
default void |
stop()
Called when the instance is coming down.
|
fromString, getFaultDescription
String getName()
boolean isOk()
@Nullable String getHTMLFaultDescription()
default void stop()
Copyright © 2002-2022 Atlassian. All Rights Reserved.