public class ConfigurationParameter extends Object
IPipelineStep.| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Gets the method for this parameter.
|
StepParameterType |
getParameterType()
Gets the type of parameter for this parameter.
|
IPipelineStep |
getStep()
Gets the step for this parameter.
|
void |
setMethod(Method method)
Sets the method for this parameter.
|
void |
setParameterType(StepParameterType parameterType)
Sets the type of parameter for this parameter.
|
void |
setStep(IPipelineStep step)
Sets the step for this parameter.
|
public void setMethod(Method method)
method - the method for this parameter.public Method getMethod()
public void setParameterType(StepParameterType parameterType)
parameterType - the type of parameter for this parameter.public StepParameterType getParameterType()
public void setStep(IPipelineStep step)
step - the step for this parameter.public IPipelineStep getStep()
Copyright © 2022. All rights reserved.