public class CustomJDBCConnection extends JDBCConnection implements hudson.model.Describable<CustomJDBCConnection>
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomJDBCConnection.CustomJDBCConnectionDescriptor |
JDBCConnection.JDBCConnectionDescriptor<T extends hudson.model.Describable<T>>| Modifier and Type | Field and Description |
|---|---|
String |
driver |
name, passwd, url, user| Constructor and Description |
|---|
CustomJDBCConnection(net.sf.json.JSONObject o) |
CustomJDBCConnection(String name,
String driver,
String url,
String user,
String passwd) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<CustomJDBCConnection> |
getDescriptor() |
String |
getDriver() |
createConnection, getDriverspublic final String driver
@DataBoundConstructor public CustomJDBCConnection(String name, String driver, String url, String user, String passwd)
public CustomJDBCConnection(net.sf.json.JSONObject o)
public hudson.model.Descriptor<CustomJDBCConnection> getDescriptor()
getDescriptor in interface hudson.model.Describable<CustomJDBCConnection>public String getDriver()
getDriver in class JDBCConnectionCopyright © 2004-2013. All Rights Reserved.