@ApplicationScoped public class LocalSourceConfigExecutor extends Object implements org.guvnor.ala.pipeline.FunctionConfigExecutor<LocalSourceConfig,org.guvnor.ala.source.Source>
| Constructor and Description |
|---|
LocalSourceConfigExecutor() |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.guvnor.ala.source.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 org.guvnor.ala.config.Config> |
executeFor() |
String |
outputId() |
public Optional<org.guvnor.ala.source.Source> apply(LocalSourceConfig localSourceConfig)
apply in interface Function<LocalSourceConfig,Optional<org.guvnor.ala.source.Source>>localSourceConfig - the local sources 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.