public class InputAction extends Object implements jenkins.model.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() |
hudson.model.Run<?,?> |
getRun() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
void |
remove(InputStepExecution exec)
Called when
InputStepExecution is completed to remove it from the active input list. |
public void onAttached(hudson.model.Run<?,?> r)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2public hudson.model.Run<?,?> getRun()
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic void add(@Nonnull InputStepExecution step) throws IOException
IOExceptionpublic InputStepExecution getExecution(String id)
public List<InputStepExecution> getExecutions()
public void remove(InputStepExecution exec) throws IOException
InputStepExecution is completed to remove it from the active input list.IOExceptionpublic InputStepExecution getDynamic(String token)
Copyright © 2016. All rights reserved.