com.slide.hudson.plugins
Class EntryCopier

java.lang.Object
  extended by com.slide.hudson.plugins.EntryCopier

public class EntryCopier
extends java.lang.Object


Constructor Summary
EntryCopier(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener, CIFSShare cifsShare)
           
 
Method Summary
 int copy(Entry entry)
           
 int copyFile(Entry entry, hudson.FilePath sourceFile, java.lang.String destDir, java.lang.String baseSourceDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryCopier

public EntryCopier(hudson.model.AbstractBuild<?,?> build,
                   hudson.model.BuildListener listener,
                   CIFSShare cifsShare)
            throws java.io.IOException,
                   java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException
Method Detail

copy

public int copy(Entry entry)
         throws java.io.IOException,
                java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException

copyFile

public int copyFile(Entry entry,
                    hudson.FilePath sourceFile,
                    java.lang.String destDir,
                    java.lang.String baseSourceDir)
             throws java.io.IOException,
                    java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2011. All Rights Reserved.