public class InputAction extends Object implements RunAction2
| Constructor and Description |
|---|
InputAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InputStepExecution step) |
String |
getDisplayName() |
InputStepExecution |
getDynamic(String token)
Bind steps just by their ID names.
|
InputStepExecution |
getExecution(String id) |
List<InputStepExecution> |
getExecutions() |
String |
getIconFileName() |
Run<?,?> |
getRun() |
String |
getUrlName() |
void |
onAttached(Run<?,?> r) |
void |
onLoad(Run<?,?> r) |
void |
remove(InputStepExecution exec)
Called when
InputStepExecution is completed to remove it from the active input list. |
public void onAttached(Run<?,?> r)
onAttached in interface RunAction2public void onLoad(Run<?,?> r)
onLoad in interface RunAction2public Run<?,?> getRun()
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic void add(@Nonnull InputStepExecution step) throws IOException, InterruptedException, TimeoutException
public InputStepExecution getExecution(String id) throws InterruptedException, TimeoutException
InterruptedExceptionTimeoutExceptionpublic List<InputStepExecution> getExecutions() throws InterruptedException, TimeoutException
InterruptedExceptionTimeoutExceptionpublic void remove(InputStepExecution exec) throws IOException, InterruptedException, TimeoutException
InputStepExecution is completed to remove it from the active input list.public InputStepExecution getDynamic(String token) throws InterruptedException, TimeoutException
InterruptedExceptionTimeoutExceptionCopyright © 2016–2020. All rights reserved.