org.jenkinsci.plugins.artifactdeployer
Class DeployedArtifactsResult

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.DeployedArtifactsResult

public class DeployedArtifactsResult
extends Object

Author:
Gregory Boissinot

Constructor Summary
DeployedArtifactsResult(ArtifactDeployerBuildAction artifactDeployerBuildAction)
           
 
Method Summary
 void doDownload(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
           
 Collection<ArtifactDeployerVO> getAllArtifacts()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedArtifactsResult

public DeployedArtifactsResult(ArtifactDeployerBuildAction artifactDeployerBuildAction)
Method Detail

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getAllArtifacts

public Collection<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-2015. All Rights Reserved.