@ApplicationScoped public class LocalBuildConfigExecutor extends Object implements BiFunctionConfigExecutor<LocalModule,LocalBuildConfig,BuildConfig>
| Constructor and Description |
|---|
LocalBuildConfigExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Optional<BuildConfig> |
apply(LocalModule localModule,
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 Config> |
executeFor() |
String |
outputId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinputIdandThenpublic Optional<BuildConfig> apply(LocalModule localModule, LocalBuildConfig localBuildConfig)
apply in interface BiFunction<LocalModule,LocalBuildConfig,Optional<BuildConfig>>localModule - the internal representation of the project in the local build system.localBuildConfig - the build configuration.public Class<? extends Config> executeFor()
executeFor in interface ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.