Package io.quarkus.test.common
Interface DockerContainerArtifactLauncher.DockerInitContext
-
- All Superinterfaces:
ArtifactLauncher.InitContext
- Enclosing interface:
- DockerContainerArtifactLauncher
public static interface DockerContainerArtifactLauncher.DockerInitContext extends ArtifactLauncher.InitContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
ArtifactLauncher.InitContext.DevServicesLaunchResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Integer,Integer>additionalExposedPorts()StringcontainerImage()Map<String,String>labels()booleanpullRequired()-
Methods inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
argLine, env, getDevServicesLaunchResult, httpPort, httpsPort, testProfile, waitTime
-
-