Package org.jenkinsci.plugins.database

Examples of org.jenkinsci.plugins.database.GenericDatabase


     
      return cfg;
    }

    public Database toDatabase() {
        return new GenericDatabase(dsUrl,dsDriverClass,dsUsername, Secret.fromString(dsPassword));
    }
View Full Code Here

TOP

Related Classes of org.jenkinsci.plugins.database.GenericDatabase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.