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() |
|