| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Method and Description |
|---|---|
BuildChain |
BuildChainBuilder.build()
Build the build step chain from the current builder configuration.
|
(package private) static BuildChain |
BuildChain.fromProviders(ClassLoader classLoader)
Construct a build chain with the given name from providers found in the given class loader.
|
(package private) static BuildChain |
BuildChain.fromProviders(Collection<BuildProvider> providers)
Construct a deployment chain with the given name from the given providers.
|
(package private) BuildChain |
Execution.getBuildChain() |
(package private) BuildChain |
BuildExecutionBuilder.getChain() |
| Constructor and Description |
|---|
BuildExecutionBuilder(BuildChain buildChain,
String buildTargetName) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.