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 java.lang.Object
implements hudson.model.Action

Author:
Gregory Boissinot

Constructor Summary
DeployedArtifacts(java.util.List<ArtifactDeployerVO> deployedArtifacts)
           
 
Method Summary
 void doDownload(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 java.util.List<ArtifactDeployerVO> getDeployedArtifacts()
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 java.lang.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(java.util.List<ArtifactDeployerVO> deployedArtifacts)
Method Detail

getIconFileName

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

getDisplayName

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

getUrlName

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

getDeployedArtifacts

public java.util.List<ArtifactDeployerVO> getDeployedArtifacts()

doDownload

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


Copyright © 2004-2011. All Rights Reserved.