Class AwaitDeploymentAction
- java.lang.Object
-
- org.jenkinsci.plugins.deployment.workflowsteps.AwaitDeploymentAction
-
- All Implemented Interfaces:
Action,ModelObject,RunAction2
public class AwaitDeploymentAction extends Object implements RunAction2
AwaitDeployment action
-
-
Constructor Summary
Constructors Constructor Description AwaitDeploymentAction(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(AwaitDeploymentStepExecution step)StringgetDisplayName()StringgetIconFileName()StringgetUrlName()voidonAttached(Run<?,?> run)voidonLoad(Run<?,?> run)voidremove(AwaitDeploymentStepExecution exec)Called whenAwaitDeploymentActionis completed to remove it from the active input list.
-
-
-
Constructor Detail
-
AwaitDeploymentAction
@DataBoundConstructor public AwaitDeploymentAction(String message)
-
-
Method Detail
-
onAttached
public void onAttached(Run<?,?> run)
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoadin interfaceRunAction2
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
remove
public void remove(AwaitDeploymentStepExecution exec) throws IOException
Called whenAwaitDeploymentActionis completed to remove it from the active input list.- Throws:
IOException
-
add
public void add(@NonNull AwaitDeploymentStepExecution step) throws IOException- Throws:
IOException
-
-