public class ArtifactDeployerBuildAction extends Object implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy
| Constructor and Description |
|---|
ArtifactDeployerBuildAction() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeployedArtifactsCount() |
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 int getDeployedArtifactsCount()
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 © 2016–2017. All rights reserved.