|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.appconsistency.db.BuildVersionCheck
public class BuildVersionCheck
This is a database check that verifies that user is not running old version of JIRA on the data in the database created by more recent version of JIRA. This check can be turned off by setting "-Djira.ignore.buildversion=true".
| Constructor Summary | |
|---|---|
BuildVersionCheck()
|
|
| Method Summary | |
|---|---|
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 tenant / instance is coming down |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BuildVersionCheck()
| Method Detail |
|---|
public String getName()
StartupCheck
getName in interface StartupCheckpublic boolean isOk()
StartupCheck
isOk in interface StartupCheckpublic String getHTMLFaultDescription()
StartupCheck
getHTMLFaultDescription in interface StartupCheckpublic void stop()
StartupCheck
stop in interface StartupCheckpublic String getFaultDescription()
StartupCheck
getFaultDescription in interface StartupCheckpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||