public class ExwsAllocateActionImpl extends Object implements jenkins.model.RunAction2
RunAction2 implementation for the ExwsAllocateStep.
Stores the allocated ExternalWorkspace(s) that will be later used by the downstream job.| Constructor and Description |
|---|
ExwsAllocateActionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllocatedWorkspace(ExternalWorkspace externalWorkspace) |
List<ExternalWorkspace> |
getAllocatedWorkspaces() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.Run |
getParent() |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> run) |
void |
onLoad(hudson.model.Run<?,?> run) |
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.model.Run getParent()
public void addAllocatedWorkspace(ExternalWorkspace externalWorkspace)
public List<ExternalWorkspace> getAllocatedWorkspaces()
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 onAttached(hudson.model.Run<?,?> run)
onAttached in interface jenkins.model.RunAction2public void onLoad(hudson.model.Run<?,?> run)
onLoad in interface jenkins.model.RunAction2Copyright © 2016. All rights reserved.