Uses of Interface
io.quarkus.builder.BuildProvider
Packages that use BuildProvider
-
Uses of BuildProvider in io.quarkus.builder
Methods in io.quarkus.builder that return types with arguments of type BuildProviderModifier and TypeMethodDescription(package private) List<BuildProvider>BuildChainBuilder.getProviders()Methods in io.quarkus.builder with parameters of type BuildProviderModifier and TypeMethodDescription(package private) voidBuildChainBuilder.addProvider(BuildProvider provider) Method parameters in io.quarkus.builder with type arguments of type BuildProviderModifier and TypeMethodDescription(package private) static BuildChainBuildChain.fromProviders(Collection<BuildProvider> providers) Construct a deployment chain with the given name from the given providers.