Uses of Interface
io.quarkus.test.bootstrap.ManagedResource
-
Packages that use ManagedResource Package Description io.quarkus.test.bootstrap io.quarkus.test.services.quarkus -
-
Uses of ManagedResource in io.quarkus.test.bootstrap
Methods in io.quarkus.test.bootstrap that return ManagedResource Modifier and Type Method Description ManagedResourceManagedResourceBuilder. build(ServiceContext context)Build the resource using the service context. -
Uses of ManagedResource in io.quarkus.test.services.quarkus
Classes in io.quarkus.test.services.quarkus that implement ManagedResource Modifier and Type Class Description classDevModeLocalhostQuarkusApplicationManagedResourceclassGitRepositoryLocalhostQuarkusApplicationManagedResourceclassLocalhostQuarkusApplicationManagedResourceclassProdLocalhostQuarkusApplicationManagedResourceclassQuarkusManagedResourceclassRemoteDevModeLocalhostQuarkusApplicationManagedResourceMethods in io.quarkus.test.services.quarkus that return ManagedResource Modifier and Type Method Description ManagedResourceDevModeQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)ManagedResourceProdQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)ManagedResourceRemoteDevModeQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)
-