Class DatabaseTestResult
java.lang.Object
com.atlassian.confluence.setup.settings.DatabaseTestResult
Stores the test result of connection at database setup.
- Since:
- 6.4
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseTestResult
(boolean status, String title) DatabaseTestResult
(boolean status, String title, com.atlassian.config.bootstrap.BootstrapException exception) DatabaseTestResult
(boolean status, String title, String detail) DatabaseTestResult
(boolean status, String title, SQLException exception) -
Method Summary
-
Constructor Details
-
DatabaseTestResult
-
DatabaseTestResult
-
DatabaseTestResult
-
DatabaseTestResult
public DatabaseTestResult(boolean status, String title, com.atlassian.config.bootstrap.BootstrapException exception)
-
-
Method Details
-
getStatus
public boolean getStatus() -
getMessage
-
getSqlState
-
getErrorCode
public int getErrorCode() -
getTitle
-