Uses of Class
io.quarkus.builder.BuildChainBuilder
Packages that use BuildChainBuilder
-
Uses of BuildChainBuilder in io.quarkus.builder
Methods in io.quarkus.builder that return BuildChainBuilderModifier and TypeMethodDescriptionDeclare a final item that will be consumable after the build step chain completes.BuildChainBuilder.addInitial(Class<? extends BuildItem> type) Declare an initial item that will be provided to build steps in the chain.BuildStepBuilder.build()Build this step into the chain.static BuildChainBuilderBuildChain.builder()Get a new build chain builder.BuildStepBuilder.buildIf(BooleanSupplier supp) Build this step into the chain if the supplier returnstrue.BuildChainBuilder.loadProviders(ClassLoader classLoader) Methods in io.quarkus.builder with parameters of type BuildChainBuilderModifier and TypeMethodDescriptionvoidBuildProvider.installInto(BuildChainBuilder builder) Install this provider's deployers in to the given chain builder.Constructors in io.quarkus.builder with parameters of type BuildChainBuilderModifierConstructorDescription(package private)BuildChain(Set<StepInfo> startSteps, BuildChainBuilder builder, int endStepCount) (package private)BuildStepBuilder(BuildChainBuilder buildChainBuilder)