Uses of Class
io.quarkus.test.bootstrap.ServiceContext
-
-
Uses of ServiceContext in io.quarkus.test.bootstrap
Fields in io.quarkus.test.bootstrap declared as ServiceContext Modifier and Type Field Description protected ServiceContextBaseService. contextMethods in io.quarkus.test.bootstrap that return ServiceContext Modifier and Type Method Description ServiceContextBaseService. register(String serviceName, ScenarioContext context)ServiceContextService. register(String serviceName, ScenarioContext context)Methods in io.quarkus.test.bootstrap with parameters of type ServiceContext Modifier and Type Method Description ManagedResourceManagedResourceBuilder. build(ServiceContext context)Build the resource using the service context.default voidServiceListener. onServiceError(ServiceContext service, Throwable throwable)default voidServiceListener. onServiceStarted(ServiceContext service)default voidServiceListener. onServiceStopped(ServiceContext service)default voidExtensionBootstrap. updateServiceContext(ServiceContext context) -
Uses of ServiceContext in io.quarkus.test.configuration
Methods in io.quarkus.test.configuration with parameters of type ServiceContext Modifier and Type Method Description StringPropertyLookup. get(ServiceContext service) -
Uses of ServiceContext in io.quarkus.test.services.quarkus
Methods in io.quarkus.test.services.quarkus that return ServiceContext Modifier and Type Method Description protected ServiceContextQuarkusApplicationManagedResourceBuilder. getContext()protected ServiceContextQuarkusManagedResource. getContext()Methods in io.quarkus.test.services.quarkus with parameters of type ServiceContext Modifier and Type Method Description booleanGitRepositoryQuarkusApplicationManagedResourceBinding. appliesFor(ServiceContext context)booleanQuarkusApplicationManagedResourceBinding. appliesFor(ServiceContext context)booleanRemoteDevModeQuarkusApplicationManagedResourceBinding. appliesFor(ServiceContext context)ManagedResourceDevModeQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)ManagedResourceProdQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)ManagedResourceRemoteDevModeQuarkusApplicationManagedResourceBuilder. build(ServiceContext context)protected voidQuarkusApplicationManagedResourceBuilder. setContext(ServiceContext context)Constructors in io.quarkus.test.services.quarkus with parameters of type ServiceContext Constructor Description QuarkusManagedResource(ServiceContext serviceContext) -
Uses of ServiceContext in io.quarkus.test.services.quarkus.model
Methods in io.quarkus.test.services.quarkus.model with parameters of type ServiceContext Modifier and Type Method Description static booleanQuarkusProperties. isJvmPackageType(ServiceContext context)static booleanQuarkusProperties. isLegacyJarPackageType(ServiceContext context)static booleanQuarkusProperties. isNativePackageType(ServiceContext context) -
Uses of ServiceContext in io.quarkus.test.tracing
Methods in io.quarkus.test.tracing with parameters of type ServiceContext Modifier and Type Method Description voidTracingServiceListener. onServiceError(ServiceContext service, Throwable throwable)voidTracingServiceListener. onServiceStarted(ServiceContext service)voidTracingServiceListener. onServiceStopped(ServiceContext service) -
Uses of ServiceContext in io.quarkus.test.utils
Methods in io.quarkus.test.utils with parameters of type ServiceContext Modifier and Type Method Description static voidMavenUtils. build(ServiceContext serviceContext, Path basePath, List<String> extraMavenArgs)static voidMavenUtils. build(ServiceContext serviceContext, List<String> extraMavenArgs)static voidGitUtils. checkoutBranch(ServiceContext serviceContext, String branch)static voidGitUtils. cloneRepository(ServiceContext serviceContext, String repository)static List<String>MavenUtils. devModeMavenCommand(ServiceContext serviceContext, List<String> systemProperties)static List<String>MavenUtils. mvnCommand(ServiceContext serviceContext)
-