Package io.quarkus.test.common
Interface ArtifactLauncher.InitContext
- All Known Subinterfaces:
DockerContainerArtifactLauncher.DockerInitContext,JarArtifactLauncher.JarInitContext,NativeImageLauncher.NativeImageInitContext
- Enclosing interface:
- ArtifactLauncher<T extends ArtifactLauncher.InitContext>
public static interface ArtifactLauncher.InitContext
-
Method Details
-
httpPort
int httpPort() -
httpsPort
int httpsPort() -
waitTime
Duration waitTime() -
testProfile
String testProfile() -
argLine
-
env
Additional environment variables to be passed to the launched process. Note: When Quarkus launches the new process, it will always include the environment variables of the current process -
getDevServicesLaunchResult
ArtifactLauncher.InitContext.DevServicesLaunchResult getDevServicesLaunchResult()
-