@ApplicationScoped public class LocalBuildConfigExecutor extends Object implements org.guvnor.ala.pipeline.BiFunctionConfigExecutor<LocalProject,LocalBuildConfig,org.guvnor.ala.config.BuildConfig>
| Constructor and Description |
|---|
LocalBuildConfigExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.guvnor.ala.config.BuildConfig> |
apply(LocalProject localProject,
LocalBuildConfig localBuildConfig)
This executor mainly translates the local project configuration and the build configuration parameters provided
by the pipeline input into an internal format convenient for building the project in the local build system.
|
Class<? extends org.guvnor.ala.config.Config> |
executeFor() |
String |
outputId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic Optional<org.guvnor.ala.config.BuildConfig> apply(LocalProject localProject, LocalBuildConfig localBuildConfig)
apply in interface BiFunction<LocalProject,LocalBuildConfig,Optional<org.guvnor.ala.config.BuildConfig>>localProject - the internal representation of the project in the local build system.localBuildConfig - the build configuration.public Class<? extends org.guvnor.ala.config.Config> executeFor()
executeFor in interface org.guvnor.ala.pipeline.ConfigExecutorpublic String outputId()
outputId in interface org.guvnor.ala.pipeline.ConfigExecutorCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.