org.jenkinsci.plugins.artifactdeployer.service
Class ArtifactDeployerCopy

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.service.ArtifactDeployerCopy
All Implemented Interfaces:
hudson.FilePath.FileCallable<List<ArtifactDeployerVO>>, Serializable

public class ArtifactDeployerCopy
extends Object
implements hudson.FilePath.FileCallable<List<ArtifactDeployerVO>>

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
ArtifactDeployerCopy(hudson.model.BuildListener listener, String includes, String excludes, boolean flatten, hudson.FilePath outputFilePath, int numberOfCurrentDeployedArtifacts)
           
 
Method Summary
 List<ArtifactDeployerVO> invoke(File localWorkspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDeployerCopy

public ArtifactDeployerCopy(hudson.model.BuildListener listener,
                            String includes,
                            String excludes,
                            boolean flatten,
                            hudson.FilePath outputFilePath,
                            int numberOfCurrentDeployedArtifacts)
Method Detail

invoke

public List<ArtifactDeployerVO> invoke(File localWorkspace,
                                       hudson.remoting.VirtualChannel channel)
                                throws IOException,
                                       InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<List<ArtifactDeployerVO>>
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.