Uses of Class
io.quarkus.builder.BuildStepBuilder
Packages that use BuildStepBuilder
-
Uses of BuildStepBuilder in io.quarkus.builder
Methods in io.quarkus.builder that return BuildStepBuilderModifier and TypeMethodDescriptionBuildChainBuilder.addBuildStep()Add a build step to the chain.BuildChainBuilder.addBuildStep(BuildStep buildStep) Add a build step to the chain.BuildStepBuilder.afterProduce(Class<? extends BuildItem> type) This build step should be initiated after any build steps which produce the given itemtypeare completed.BuildStepBuilder.beforeConsume(Class<? extends BuildItem> type) This build step should complete before any build steps which consume the given itemtypeare initiated.BuildStepBuilder.beforeConsume(Class<? extends BuildItem> type, ProduceFlag flag) This build step should complete before any build steps which consume the given itemtypeare initiated.This build step consumes the given produced item.BuildStepBuilder.consumes(Class<? extends BuildItem> type, ConsumeFlags flags) This build step consumes the given produced item.(package private) BuildStepBuilderConsume.getBuildStepBuilder()(package private) BuildStepBuilderProduce.getStepBuilder()Similarly tobeforeConsume(Class), establish that this build step must come before the consumer(s) of the given itemtype; however, only oneproducermay exist for the given item.BuildStepBuilder.produces(Class<? extends BuildItem> type, ProduceFlag flag) Similarly tobeforeConsume(Class), establish that this build step must come before the consumer(s) of the given itemtype; however, only oneproducermay exist for the given item.BuildStepBuilder.produces(Class<? extends BuildItem> type, ProduceFlag flag1, ProduceFlag flag2) Similarly tobeforeConsume(Class), establish that this build step must come before the consumer(s) of the given itemtype; however, only oneproducermay exist for the given item.BuildStepBuilder.produces(Class<? extends BuildItem> type, ProduceFlags flags) Similarly tobeforeConsume(Class), establish that this build step must come before the consumer(s) of the given itemtype; however, only oneproducermay exist for the given item.BuildStepBuilder.setBuildStep(BuildStep buildStep) Set the build step for this builder.Methods in io.quarkus.builder with parameters of type BuildStepBuilderModifier and TypeMethodDescription(package private) voidBuildChainBuilder.addStep(BuildStepBuilder stepBuilder, StackTraceElement[] stackTrace) Constructors in io.quarkus.builder with parameters of type BuildStepBuilderModifierConstructorDescription(package private)Consume(BuildStepBuilder buildStepBuilder, ItemId itemId, Constraint constraint, ConsumeFlags flags) (package private)Produce(BuildStepBuilder stepBuilder, ItemId itemId, Constraint constraint, ProduceFlags flags) (package private)StepInfo(BuildStepBuilder builder, int dependencies, Set<StepInfo> dependents)