hudson.plugins.dbcharts
Class CustomJDBCConnection

java.lang.Object
  extended by hudson.plugins.dbcharts.JDBCConnection
      extended by 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

Nested Class Summary
static class CustomJDBCConnection.CustomJDBCConnectionDescriptor
           
 
Nested classes/interfaces inherited from class hudson.plugins.dbcharts.JDBCConnection
JDBCConnection.JDBCConnectionDescriptor<T extends hudson.model.Describable<T>>
 
Field Summary
 java.lang.String driver
           
 
Fields inherited from class hudson.plugins.dbcharts.JDBCConnection
name, passwd, url, user
 
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)
           
 
Method Summary
 hudson.model.Descriptor<CustomJDBCConnection> getDescriptor()
           
 java.lang.String getDriver()
           
 
Methods inherited from class hudson.plugins.dbcharts.JDBCConnection
createConnection, getDrivers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

driver

public final java.lang.String driver
Constructor Detail

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)
Method Detail

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.