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 InputStepExecutionModifier and TypeMethodDescriptionInputAction.getDynamic
(String token) Bind steps just by their ID names.InputAction.getExecution
(String id) Methods in org.jenkinsci.plugins.workflow.support.steps.input that return types with arguments of type InputStepExecutionMethods in org.jenkinsci.plugins.workflow.support.steps.input with parameters of type InputStepExecutionModifier and TypeMethodDescriptionvoid
InputAction.add
(InputStepExecution step) void
InputAction.remove
(InputStepExecution exec) Called whenInputStepExecution
is completed to remove it from the active input list.