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

      List<String> argLine()
    • env

      Map<String,String> 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