org.jenkinsci.plugins.artifactdeployer
Class DeployedArtifacts

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.DeployedArtifacts
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class DeployedArtifacts
extends Object
implements hudson.model.Action

Author:
Gregory Boissinot

Constructor Summary
DeployedArtifacts()
           
 
Method Summary
 void addDeployedArtifacts(Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)
           
 void doDownload(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 List<ArtifactDeployerVO> getAllArtifacts()
           
 Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()
           
 String getDisplayName()
           
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedArtifacts

public DeployedArtifacts()
Method Detail

addDeployedArtifacts

public void addDeployedArtifacts(Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getDeployedArtifactsInfo

public Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()

getAllArtifacts

public List<ArtifactDeployerVO> getAllArtifacts()

doDownload

public void doDownload(org.kohsuke.stapler.StaplerRequest request,
                       org.kohsuke.stapler.StaplerResponse response)
                throws IOException,
                       javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2011. All Rights Reserved.