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