hudson.plugin.scm.fsscm
Class RemoteCopyDir

java.lang.Object
  extended by hudson.plugin.scm.fsscm.RemoteCopyDir
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.lang.Boolean>, java.io.Serializable

public class RemoteCopyDir
extends java.lang.Object
implements hudson.FilePath.FileCallable<java.lang.Boolean>

See Also:
Serialized Form

Constructor Summary
RemoteCopyDir(java.lang.String sourceDir)
           
 
Method Summary
 java.lang.Boolean invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCopyDir

public RemoteCopyDir(java.lang.String sourceDir)
Method Detail

invoke

public java.lang.Boolean invoke(java.io.File workspace,
                                hudson.remoting.VirtualChannel channel)
                         throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<java.lang.Boolean>
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.