hudson.plugins.dbcharts
Class CustomJDBCConnection
java.lang.Object
hudson.plugins.dbcharts.JDBCConnection
hudson.plugins.dbcharts.CustomJDBCConnection
- All Implemented Interfaces:
- hudson.model.Describable<CustomJDBCConnection>, java.io.Serializable
public class CustomJDBCConnection
- extends JDBCConnection
- implements hudson.model.Describable<CustomJDBCConnection>
- See Also:
- Serialized Form
|
Field Summary |
java.lang.String |
driver
|
|
Constructor Summary |
CustomJDBCConnection(net.sf.json.JSONObject o)
|
CustomJDBCConnection(java.lang.String name,
java.lang.String driver,
java.lang.String url,
java.lang.String user,
java.lang.String passwd)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
public final java.lang.String driver
CustomJDBCConnection
@DataBoundConstructor
public CustomJDBCConnection(java.lang.String name,
java.lang.String driver,
java.lang.String url,
java.lang.String user,
java.lang.String passwd)
CustomJDBCConnection
public CustomJDBCConnection(net.sf.json.JSONObject o)
getDescriptor
public hudson.model.Descriptor<CustomJDBCConnection> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<CustomJDBCConnection>
getDriver
public java.lang.String getDriver()
- Specified by:
getDriver in class JDBCConnection
Copyright © 2009. All Rights Reserved.