hudson.plugins.dbcharts
Class MySQLJDBCConnection

java.lang.Object
  extended by hudson.plugins.dbcharts.JDBCConnection
      extended by hudson.plugins.dbcharts.MySQLJDBCConnection
All Implemented Interfaces:
hudson.model.Describable<MySQLJDBCConnection>, java.io.Serializable

public class MySQLJDBCConnection
extends JDBCConnection
implements hudson.model.Describable<MySQLJDBCConnection>

See Also:
Serialized Form

Nested Class Summary
static class MySQLJDBCConnection.MySQLJDBCConnectionDescriptor
           
 
Nested classes/interfaces inherited from class hudson.plugins.dbcharts.JDBCConnection
JDBCConnection.JDBCConnectionDescriptor<T extends hudson.model.Describable<T>>
 
Field Summary
 
Fields inherited from class hudson.plugins.dbcharts.JDBCConnection
name, passwd, url, user
 
Constructor Summary
MySQLJDBCConnection(net.sf.json.JSONObject o)
           
MySQLJDBCConnection(java.lang.String name, java.lang.String url, java.lang.String user, java.lang.String passwd)
           
 
Method Summary
 hudson.model.Descriptor<MySQLJDBCConnection> 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
 

Constructor Detail

MySQLJDBCConnection

@DataBoundConstructor
public MySQLJDBCConnection(java.lang.String name,
                                                java.lang.String url,
                                                java.lang.String user,
                                                java.lang.String passwd)

MySQLJDBCConnection

public MySQLJDBCConnection(net.sf.json.JSONObject o)
Method Detail

getDescriptor

public hudson.model.Descriptor<MySQLJDBCConnection> getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<MySQLJDBCConnection>

getDriver

public java.lang.String getDriver()
Specified by:
getDriver in class JDBCConnection


Copyright © 2009. All Rights Reserved.