Extension Points defined in Database Plugin

Table of Contents

Database

DataSource configured by the user in Jenkins.

Implementations:

PerItemDatabase

Similar to 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 DataBoundConstructor , which permits them to be configured by default merely by installing a plugin.

Implementations: