Class LocalH2Database
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.database.Database>
org.jenkinsci.plugins.database.Database
org.jenkinsci.plugins.database.h2.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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.database.Database
getDescriptor, isOTelJdbcInstrumentationEnabled
-
Constructor Details
-
LocalH2Database
-
-
Method Details
-
getPath
-
getDataSource
- Specified by:
getDataSource
in classorg.jenkinsci.plugins.database.Database
- Throws:
SQLException
-
getAutoServer
public boolean getAutoServer() -
setDefaultGlobalDatabase
-