public class ArtifactDeployerBuildAction extends Object implements 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() |
AbstractBuild<?,?> |
getOwner() |
Object |
getTarget() |
String |
getUrlName() |
void |
setArtifactsInfo(AbstractBuild<?,?> owner,
Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo) |
public void setArtifactsInfo(AbstractBuild<?,?> owner, Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)
public AbstractBuild<?,?> getOwner()
public Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()
public int getDeployedArtifactsCount()
public String getIconFileName()
getIconFileName in interface Actionpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getUrlName()
getUrlName in interface Actionpublic Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxyCopyright © 2016–2022. All rights reserved.