public class MinimumUpgradableVersionCheck extends Object implements StartupCheck
| Constructor and Description |
|---|
MinimumUpgradableVersionCheck(BuildUtilsInfo buildUtilsInfo) |
| 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.
|
void |
stop()
Called when the instance is coming down
|
String |
toString() |
public MinimumUpgradableVersionCheck(BuildUtilsInfo buildUtilsInfo)
public String getName()
StartupCheckgetName in interface StartupCheckpublic boolean isOk()
StartupCheckisOk in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheckgetHTMLFaultDescription in interface StartupCheckpublic void stop()
StartupCheckstop in interface StartupCheckpublic String getFaultDescription()
StartupCheckgetFaultDescription in interface StartupCheckCopyright © 2002-2016 Atlassian. All Rights Reserved.