Package io.quarkus.test.common
Interface DockerContainerArtifactLauncher.DockerInitContext
-
- All Superinterfaces:
ArtifactLauncher.InitContext
- Enclosing interface:
- DockerContainerArtifactLauncher
public static interface DockerContainerArtifactLauncher.DockerInitContext extends ArtifactLauncher.InitContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcontainerImage()booleanpullRequired()-
Methods inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
argLine, httpPort, httpsPort, testProfile, waitTime
-
-
-
-
Method Detail
-
containerImage
String containerImage()
-
pullRequired
boolean pullRequired()
-
-