hudson.plugins.dbcharts
Class PostgresqlJDBCConnection

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

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

See Also:
Serialized Form

Nested Class Summary
static class PostgresqlJDBCConnection.PostgresqlJDBCConnectionDescriptor
           
 
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
PostgresqlJDBCConnection(net.sf.json.JSONObject o)
           
PostgresqlJDBCConnection(java.lang.String name, java.lang.String url, java.lang.String user, java.lang.String passwd)
           
 
Method Summary
 hudson.model.Descriptor<PostgresqlJDBCConnection> 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

PostgresqlJDBCConnection

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

PostgresqlJDBCConnection

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

getDescriptor

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

getDriver

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


Copyright © 2009. All Rights Reserved.