Class H2Deployment
- java.lang.Object
-
- io.apiman.manager.test.server.deployments.H2Deployment
-
- All Implemented Interfaces:
ITestDatabaseDeployment
public class H2Deployment extends Object implements ITestDatabaseDeployment
-
-
Constructor Summary
Constructors Constructor Description H2Deployment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(@Nullable String containerImageName)Start/run the server.voidstop()Stop the server.
-
-
-
Method Detail
-
start
public void start(@Nullable @Nullable String containerImageName)Start/run the server.- Specified by:
startin interfaceITestDatabaseDeployment
-
stop
public void stop()
Stop the server.- Specified by:
stopin interfaceITestDatabaseDeployment
-
-