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 void
add(AwaitDeploymentStepExecution step)
String
getDisplayName()
String
getIconFileName()
String
getUrlName()
void
onAttached(Run<?,?> run)
void
onLoad(Run<?,?> run)
void
remove(AwaitDeploymentStepExecution exec)
Called whenAwaitDeploymentAction
is 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:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> run)
- Specified by:
onLoad
in interfaceRunAction2
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
remove
public void remove(AwaitDeploymentStepExecution exec) throws IOException
Called whenAwaitDeploymentAction
is completed to remove it from the active input list.- Throws:
IOException
-
add
public void add(@NonNull AwaitDeploymentStepExecution step) throws IOException
- Throws:
IOException
-
-