Uses of Class
org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution
-
-
Uses of InputStepExecution in org.jenkinsci.plugins.workflow.support.steps.input
Methods in org.jenkinsci.plugins.workflow.support.steps.input that return InputStepExecution Modifier and Type Method Description InputStepExecution
InputAction. getDynamic(String token)
Bind steps just by their ID names.InputStepExecution
InputAction. getExecution(String id)
Methods in org.jenkinsci.plugins.workflow.support.steps.input that return types with arguments of type InputStepExecution Modifier and Type Method Description List<InputStepExecution>
InputAction. getExecutions()
Methods in org.jenkinsci.plugins.workflow.support.steps.input with parameters of type InputStepExecution Modifier and Type Method Description void
InputAction. add(InputStepExecution step)
void
InputAction. remove(InputStepExecution exec)
Called whenInputStepExecution
is completed to remove it from the active input list.
-