Package io.quarkus.test.common
Interface ArtifactLauncher.InitContext.DevServicesLaunchResult
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- ArtifactLauncher.InitContext
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()io.quarkus.bootstrap.app.CuratedApplicationboolean
-
Method Details
-
properties
-
networkId
String networkId() -
manageNetwork
boolean manageNetwork() -
getCuratedApplication
io.quarkus.bootstrap.app.CuratedApplication getCuratedApplication() -
close
void close()- Specified by:
closein interfaceAutoCloseable
-