public class DeployedArtifacts extends Object implements hudson.model.Action
| Constructor and Description |
|---|
DeployedArtifacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployedArtifacts(Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo) |
void |
doDownload(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response) |
Collection<ArtifactDeployerVO> |
getAllArtifacts() |
Map<Integer,List<ArtifactDeployerVO>> |
getDeployedArtifactsInfo() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public void addDeployedArtifacts(Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)
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 Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()
public Collection<ArtifactDeployerVO> getAllArtifacts()
public void doDownload(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2004-2014. All Rights Reserved.