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 interface
ArtifactLauncher.InitContext.DevServicesLaunchResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
argLine()
ArtifactLauncher.InitContext.DevServicesLaunchResult
getDevServicesLaunchResult()
int
httpPort()
int
httpsPort()
String
testProfile()
Duration
waitTime()
-
-
-
Method Detail
-
httpPort
int httpPort()
-
httpsPort
int httpsPort()
-
waitTime
Duration waitTime()
-
testProfile
String testProfile()
-
getDevServicesLaunchResult
ArtifactLauncher.InitContext.DevServicesLaunchResult getDevServicesLaunchResult()
-
-