Class LocalH2Database

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.database.Database>

    public class LocalH2Database
    extends org.jenkinsci.plugins.database.Database
    Embedded (aka local) H2 database. This stores database in a local file.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • LocalH2Database

        @DataBoundConstructor
        public LocalH2Database​(File path,
                               boolean autoServer)