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