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