public interface BuildProvider
ServiceLoader.| Modifier and Type | Method and Description |
|---|---|
void |
installInto(BuildChainBuilder builder)
Install this provider's deployers in to the given chain builder.
|
default void |
prepareExecution(BuildExecutionBuilder builder)
Run any preparatory steps required for a given deployment execution.
|
void installInto(BuildChainBuilder builder) throws ChainBuildException
builder - the deployer chain builder (not null)ChainBuildException - if the installation fails for any reasondefault void prepareExecution(BuildExecutionBuilder builder)
builder - the deployment execution builder (not null)Copyright © 2020 JBoss by Red Hat. All rights reserved.