| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Method and Description |
|---|---|
BuildChainBuilder |
BuildChainBuilder.addFinal(Class<? extends BuildItem> type)
Declare a final item that will be consumable after the build step chain completes.
|
BuildChainBuilder |
BuildChainBuilder.addInitial(Class<? extends BuildItem> type)
Declare an initial item that will be provided to build steps in the chain.
|
BuildChainBuilder |
BuildStepBuilder.build()
Build this step into the chain.
|
static BuildChainBuilder |
BuildChain.builder()
Get a new build chain builder.
|
BuildChainBuilder |
BuildStepBuilder.buildIf(BooleanSupplier supp)
Build this step into the chain if the supplier returns
true. |
BuildChainBuilder |
BuildChainBuilder.loadProviders(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildProvider.installInto(BuildChainBuilder builder)
Install this provider's deployers in to the given chain builder.
|
| Constructor and Description |
|---|
BuildChain(int initialSingleCount,
int initialMultiCount,
Set<StepInfo> startSteps,
Set<ItemId> consumed,
BuildChainBuilder builder,
int endStepCount) |
BuildStepBuilder(BuildChainBuilder buildChainBuilder) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.