public final class StepIntrospector extends Object
ConfigurationParameter it uses.| Constructor and Description |
|---|
StepIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getStepEventHandlers(IPipelineStep step)
Gets the list of the event handlers for a given step.
|
static List<ConfigurationParameter> |
getStepParameters(IPipelineStep step)
Gets the list of the
ConfigurationParameter in a given step. |
public static List<ConfigurationParameter> getStepParameters(IPipelineStep step)
ConfigurationParameter in a given step.step - the step to introspect.ConfigurationParameter.public static List<String> getStepEventHandlers(IPipelineStep step)
step - the step to introspect.Copyright © 2021. All rights reserved.