Uses of Class
io.quarkus.builder.ChainBuildException
-
Packages that use ChainBuildException Package Description io.quarkus.builder -
-
Uses of ChainBuildException in io.quarkus.builder
Methods in io.quarkus.builder that throw ChainBuildException Modifier and Type Method Description (package private) voidBuildChainBuilder. addProvider(BuildProvider provider)BuildChainBuildChainBuilder. build()Build the build step chain from the current builder configuration.(package private) static BuildChainBuildChain. fromProviders(ClassLoader classLoader)Construct a build chain with the given name from providers found in the given class loader.(package private) static BuildChainBuildChain. fromProviders(Collection<BuildProvider> providers)Construct a deployment chain with the given name from the given providers.voidBuildProvider. installInto(BuildChainBuilder builder)Install this provider's deployers in to the given chain builder.BuildChainBuilderBuildChainBuilder. loadProviders(ClassLoader classLoader)
-