@ApplicationScoped public class LocalModuleConfigExecutor extends Object implements BiFunctionConfigExecutor<Source,LocalProjectConfig,ProjectConfig>
| Constructor and Description |
|---|
LocalModuleConfigExecutor() |
LocalModuleConfigExecutor(KieModuleService moduleService) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ProjectConfig> |
apply(Source source,
LocalProjectConfig localProjectConfig)
This executor mainly translates project configuration provided by the pipeline input into an internal format
convenient for the local build system.
|
Class<? extends Config> |
executeFor() |
String |
outputId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinputIdandThenpublic LocalModuleConfigExecutor()
@Inject public LocalModuleConfigExecutor(KieModuleService moduleService)
public Optional<ProjectConfig> apply(Source source, LocalProjectConfig localProjectConfig)
apply in interface BiFunction<Source,LocalProjectConfig,Optional<ProjectConfig>>source - the internal representation of the sources in the local build system.localProjectConfig - the project configuration.public Class<? extends Config> executeFor()
executeFor in interface ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.