| Modifier and Type | Class and Description |
|---|---|
static class |
GenericDatabase.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
driver |
hudson.util.Secret |
password |
String |
url |
String |
username |
| Constructor and Description |
|---|
GenericDatabase(String url,
String driver,
String username,
hudson.util.Secret password) |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
getDataSource() |
GenericDatabase.DescriptorImpl |
getDescriptor() |
public final String driver
public final String username
public final hudson.util.Secret password
public final String url
public DataSource getDataSource() throws SQLException
getDataSource in class DatabaseSQLExceptionpublic GenericDatabase.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<Database>getDescriptor in class DatabaseCopyright © 2004-2013. All Rights Reserved.