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 Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
public Object getTarget()
getTarget
in interface org.kohsuke.stapler.StaplerProxy
Copyright © 2016–2022. All rights reserved.