@ApplicationScoped public class LocalSourceConfigExecutor extends Object implements FunctionConfigExecutor<LocalSourceConfig,Source>
| Constructor and Description |
|---|
LocalSourceConfigExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Source> |
apply(LocalSourceConfig localSourceConfig)
This executor mainly translates the sources 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, waitinputIdpublic Optional<Source> apply(LocalSourceConfig localSourceConfig)
apply in interface Function<LocalSourceConfig,Optional<Source>>localSourceConfig - the local sources configuration.public Class<? extends Config> executeFor()
executeFor in interface ConfigExecutorpublic String outputId()
outputId in interface ConfigExecutorCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.