public class ArtifactDeployerBuildAction extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
ArtifactDeployerBuildAction() |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<ArtifactDeployerVO>> |
getDeployedArtifactsInfo() |
String |
getDisplayName() |
String |
getIconFileName() |
hudson.model.AbstractBuild<?,?> |
getOwner() |
Object |
getTarget() |
String |
getUrlName() |
void |
setArtifactsInfo(hudson.model.AbstractBuild<?,?> owner,
Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo) |
public void setArtifactsInfo(hudson.model.AbstractBuild<?,?> owner,
Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)
public hudson.model.AbstractBuild<?,?> getOwner()
public Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()
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 Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxyCopyright © 2004-2014. All Rights Reserved.