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