Extension Points defined in Database Plugin

This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc.

Database

jenkinsdoc:database:org.jenkinsci.plugins.database.Database]

jenkinsdoc:DataSource] configured by the user in Jenkins.

Implementations:

PerItemDatabase

jenkinsdoc:database:org.jenkinsci.plugins.database.PerItemDatabase]

Similar to jenkinsdoc:Database] but assumes that there is a separate database per item. Typically would be implemented by an embeddable database capable of loading from the {@linkplain TopLevelItem=getRootDir root directory}. It is recommended, but not required, that implementations have a no-argument jenkinsdoc:DataBoundConstructor] , which permits them to be configured by default merely by installing a plugin.

Implementations: