Package io.quarkus.test.junit.launcher
Class DockerContainerLauncherProvider.DefaultDockerInitContext
java.lang.Object
io.quarkus.test.junit.launcher.DefaultInitContextBase
io.quarkus.test.junit.launcher.DockerContainerLauncherProvider.DefaultDockerInitContext
- All Implemented Interfaces:
ArtifactLauncher.InitContext,DockerContainerArtifactLauncher.DockerInitContext
- Enclosing class:
- DockerContainerLauncherProvider
static class DockerContainerLauncherProvider.DefaultDockerInitContext
extends DefaultInitContextBase
implements DockerContainerArtifactLauncher.DockerInitContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
ArtifactLauncher.InitContext.DevServicesLaunchResult -
Constructor Summary
ConstructorsConstructorDescriptionDefaultDockerInitContext(int httpPort, int httpsPort, Duration waitTime, String testProfile, List<String> argLine, Map<String, String> env, ArtifactLauncher.InitContext.DevServicesLaunchResult devServicesLaunchResult, String containerImage, boolean pullRequired, Map<Integer, Integer> additionalExposedPorts, Map<String, String> labels, Map<String, String> volumeMounts, Optional<String> entryPoint, List<String> programArgs) -
Method Summary
Methods inherited from class io.quarkus.test.junit.launcher.DefaultInitContextBase
argLine, env, getDevServicesLaunchResult, httpPort, httpsPort, testProfile, waitTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.common.ArtifactLauncher.InitContext
argLine, env, getDevServicesLaunchResult, httpPort, httpsPort, testProfile, waitTime
-
Constructor Details
-
DefaultDockerInitContext
public DefaultDockerInitContext(int httpPort, int httpsPort, Duration waitTime, String testProfile, List<String> argLine, Map<String, String> env, ArtifactLauncher.InitContext.DevServicesLaunchResult devServicesLaunchResult, String containerImage, boolean pullRequired, Map<Integer, Integer> additionalExposedPorts, Map<String, String> labels, Map<String, String> volumeMounts, Optional<String> entryPoint, List<String> programArgs)
-
-
Method Details
-
containerImage
- Specified by:
containerImagein interfaceDockerContainerArtifactLauncher.DockerInitContext
-
pullRequired
public boolean pullRequired()- Specified by:
pullRequiredin interfaceDockerContainerArtifactLauncher.DockerInitContext
-
additionalExposedPorts
- Specified by:
additionalExposedPortsin interfaceDockerContainerArtifactLauncher.DockerInitContext
-
labels
- Specified by:
labelsin interfaceDockerContainerArtifactLauncher.DockerInitContext
-
volumeMounts
- Specified by:
volumeMountsin interfaceDockerContainerArtifactLauncher.DockerInitContext
-
entryPoint
- Specified by:
entryPointin interfaceDockerContainerArtifactLauncher.DockerInitContext
-
programArgs
- Specified by:
programArgsin interfaceDockerContainerArtifactLauncher.DockerInitContext
-