Uses of Class
org.jenkinsci.plugins.database.Database
Packages that use Database
-
Uses of Database in org.jenkinsci.plugins.database
Subclasses of Database in org.jenkinsci.plugins.databaseModifier and TypeClassDescriptionclassPartial default implementation for typical JDBC connector that talks to a remote server via host, database, username, and password parameters.classDatabaseimplementation that allows the user to specify arbitrary JDBC connection string.classPseudo instance in case the configuration ofDatabaseneeds a "(none)" option.Methods in org.jenkinsci.plugins.database that return DatabaseModifier and TypeMethodDescriptionGlobalDatabaseConfiguration.getDatabase()This is the configuredDatabaseinstance, or null in case none is configured yet.Methods in org.jenkinsci.plugins.database that return types with arguments of type DatabaseMethods in org.jenkinsci.plugins.database with parameters of type DatabaseModifier and TypeMethodDescriptionvoidGlobalDatabaseConfiguration.setDatabase(Database database) Constructor parameters in org.jenkinsci.plugins.database with type arguments of type DatabaseModifierConstructorDescriptionprotectedAbstractRemoteDatabaseDescriptor(Class<? extends Database> clazz) protectedDatabaseDescriptor(Class<? extends Database> clazz)