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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceArtifactLauncher.InitContext.DevServicesLaunchResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>argLine()ArtifactLauncher.InitContext.DevServicesLaunchResultgetDevServicesLaunchResult()inthttpPort()inthttpsPort()StringtestProfile()DurationwaitTime()
-
-
-
Method Detail
-
httpPort
int httpPort()
-
httpsPort
int httpsPort()
-
waitTime
Duration waitTime()
-
testProfile
String testProfile()
-
getDevServicesLaunchResult
ArtifactLauncher.InitContext.DevServicesLaunchResult getDevServicesLaunchResult()
-
-