org.jenkinsci.plugins.artifactdeployer.service
Class ArtifactDeployerCopy

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

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

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
ArtifactDeployerCopy(hudson.model.BuildListener listener, java.lang.String includes, java.lang.String excludes, boolean flatten, hudson.FilePath outputFilePath, int numberOfCurrentDeployedArtifacts)
           
 
Method Summary
 java.util.List<ArtifactDeployerVO> invoke(java.io.File localBasedir, 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,
                            java.lang.String includes,
                            java.lang.String excludes,
                            boolean flatten,
                            hudson.FilePath outputFilePath,
                            int numberOfCurrentDeployedArtifacts)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.