public class PipelineDriverUtils extends Object
IPipelineDriver implementations| Constructor and Description |
|---|
PipelineDriverUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assignRuntimeParameters(PipelineDriver driver,
IPipelineStep step,
IBatchItemContext item,
List<ConfigurationParameter> pList)
Called from WorkQueuePipelineDriver
|
static void |
assignRuntimeParameters(PipelineDriver driver,
LinkedList<List<ConfigurationParameter>> paramList,
IBatchItemContext item)
Called from
PipelineDriver |
static void |
assignSingleRuntimeParameter(PipelineDriver driver,
IPipelineStep currentStep,
IBatchItemContext item,
ConfigurationParameter p) |
public static void assignRuntimeParameters(PipelineDriver driver, LinkedList<List<ConfigurationParameter>> paramList, IBatchItemContext item)
PipelineDriverdriver - - IPipelineDriver implementationparamList - - list of ConfigurationParameter for each step in the pipelineitem - - IBatchItemContext that has attributespublic static void assignSingleRuntimeParameter(PipelineDriver driver, IPipelineStep currentStep, IBatchItemContext item, ConfigurationParameter p) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
public static void assignRuntimeParameters(PipelineDriver driver, IPipelineStep step, IBatchItemContext item, List<ConfigurationParameter> pList)
driver - - IPipelineDriver implementationstep - - IPipelineStep to initializeitem - - IBatchItemContext that has attributespList - - list of ConfigurationParameterCopyright © 2022. All rights reserved.