public class AwaitDeploymentAction extends Object implements jenkins.model.RunAction2
| Constructor and Description |
|---|
AwaitDeploymentAction(String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AwaitDeploymentStepExecution step) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> run) |
void |
onLoad(hudson.model.Run<?,?> run) |
void |
remove(AwaitDeploymentStepExecution exec)
Called when
AwaitDeploymentAction is completed to remove it from the active input list. |
@DataBoundConstructor public AwaitDeploymentAction(String message)
public void onAttached(hudson.model.Run<?,?> run)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> run)
onLoad in interface jenkins.model.RunAction2public 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 remove(AwaitDeploymentStepExecution exec) throws IOException
AwaitDeploymentAction is completed to remove it from the active input list.IOExceptionpublic void add(@Nonnull AwaitDeploymentStepExecution step) throws IOException
IOExceptionCopyright © 2004-2016. All Rights Reserved.