Package io.quarkus.test.junit
Class IntegrationTestUtil.DefaultDevServicesLaunchResult
- java.lang.Object
-
- io.quarkus.test.junit.IntegrationTestUtil.DefaultDevServicesLaunchResult
-
- All Implemented Interfaces:
ArtifactLauncher.InitContext.DevServicesLaunchResult,AutoCloseable
- Enclosing class:
- IntegrationTestUtil
static class IntegrationTestUtil.DefaultDevServicesLaunchResult extends Object implements ArtifactLauncher.InitContext.DevServicesLaunchResult
-
-
Constructor Summary
Constructors Constructor Description DefaultDevServicesLaunchResult(Map<String,String> properties, String networkId, boolean manageNetwork, CuratedApplication curatedApplication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanmanageNetwork()StringnetworkId()Map<String,String>properties()
-
-
-
Constructor Detail
-
DefaultDevServicesLaunchResult
DefaultDevServicesLaunchResult(Map<String,String> properties, String networkId, boolean manageNetwork, CuratedApplication curatedApplication)
-
-
Method Detail
-
properties
public Map<String,String> properties()
- Specified by:
propertiesin interfaceArtifactLauncher.InitContext.DevServicesLaunchResult
-
networkId
public String networkId()
- Specified by:
networkIdin interfaceArtifactLauncher.InitContext.DevServicesLaunchResult
-
manageNetwork
public boolean manageNetwork()
- Specified by:
manageNetworkin interfaceArtifactLauncher.InitContext.DevServicesLaunchResult
-
close
public void close()
- Specified by:
closein interfaceArtifactLauncher.InitContext.DevServicesLaunchResult- Specified by:
closein interfaceAutoCloseable
-
-