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
Methods inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
argLine, env, getDevServicesLaunchResult, httpPort, httpsPort, testProfile, waitTime
-
Method Details
-
containerImage
String containerImage() -
pullRequired
boolean pullRequired() -
additionalExposedPorts
-
labels
-
volumeMounts
-
entryPoint
-
programArgs
-