public class DatabaseTestResult extends Object
Constructor and Description |
---|
DatabaseTestResult(boolean status,
String title) |
DatabaseTestResult(boolean status,
String title,
com.atlassian.config.bootstrap.BootstrapException exception) |
DatabaseTestResult(boolean status,
String title,
SQLException exception) |
DatabaseTestResult(boolean status,
String title,
String detail) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getMessage() |
String |
getSqlState() |
boolean |
getStatus() |
String |
getTitle() |
public DatabaseTestResult(boolean status, String title)
public DatabaseTestResult(boolean status, String title, SQLException exception)
public DatabaseTestResult(boolean status, String title, com.atlassian.config.bootstrap.BootstrapException exception)
Copyright © 2003–2017 Atlassian. All rights reserved.