Class MariaDbFixture
- java.lang.Object
-
- jetbrains.buildServer.serverSide.db.AbstractDatabaseFixture
-
- jetbrains.buildServer.serverSide.db.MariaDbFixture
-
- All Implemented Interfaces:
DatabaseFixture
public class MariaDbFixture extends AbstractDatabaseFixture
-
-
Constructor Summary
Constructors Constructor Description MariaDbFixture(File dataDir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatabaseSettings
getDatabaseSettings()
For default init run the following SQL: create database buildserver default character set utf8; grant all privileges on buildserver.* to test@localhost identified by 'test';-
Methods inherited from class jetbrains.buildServer.serverSide.db.AbstractDatabaseFixture
performDvmsSpecificCleanup
-
-
-
-
Constructor Detail
-
MariaDbFixture
public MariaDbFixture(@NotNull File dataDir)
-
-
Method Detail
-
getDatabaseSettings
public DatabaseSettings getDatabaseSettings()
For default init run the following SQL: create database buildserver default character set utf8; grant all privileges on buildserver.* to test@localhost identified by 'test';- Returns:
-
-