Class PerItemDatabase

java.lang.Object
hudson.model.AbstractDescribableImpl<PerItemDatabase>
org.jenkinsci.plugins.database.PerItemDatabase
All Implemented Interfaces:
ExtensionPoint, Describable<PerItemDatabase>

public abstract class PerItemDatabase extends AbstractDescribableImpl<PerItemDatabase> implements ExtensionPoint
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 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.