| Class | Description |
|---|---|
| AbstractRemoteDatabase |
Partial default implementation for typical JDBC connector that talks to a remote server
via host, database, username, and password parameters.
|
| AbstractRemoteDatabaseDescriptor | |
| BasicDataSource2 |
BasicDataSource with some convenience methods. |
| Database |
DataSource configured by the user in Jenkins. |
| DatabaseDescriptor |
Descriptor for Database |
| GenericDatabase |
Database implementation that allows the user to specify arbitrary JDBC connection string. |
| GenericDatabase.DescriptorImpl | |
| GlobalDatabaseConfiguration |
Provides the system-wide
Database that's open for plugins to store arbitrary information. |
| NoDatabase |
Pseudo instance in case the configuration of
Database needs a "(none)" option. |
| NoDatabase.DescriptorImpl | |
| PerItemDatabase |
Similar to
Database but assumes that there is a separate database per item. |
| PerItemDatabaseConfiguration |
Allows user to select, and if necessary, configure the preferred
PerItemDatabase. |
| PerItemDatabaseDescriptor |
Copyright © 2016–2020. All rights reserved.