hudson.plugin.scm.fsscm
Class RemoteFolderDiff.CheckOut

java.lang.Object
  extended by hudson.plugin.scm.fsscm.FolderDiff
      extended by hudson.plugin.scm.fsscm.RemoteFolderDiff
          extended by hudson.plugin.scm.fsscm.RemoteFolderDiff.CheckOut
All Implemented Interfaces:
hudson.FilePath.FileCallable<java.util.List<FolderDiff.Entry>>, java.io.Serializable
Enclosing class:
RemoteFolderDiff

public static class RemoteFolderDiff.CheckOut
extends RemoteFolderDiff
implements hudson.FilePath.FileCallable<java.util.List<FolderDiff.Entry>>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugin.scm.fsscm.RemoteFolderDiff
RemoteFolderDiff.CheckOut, RemoteFolderDiff.PollChange
 
Nested classes/interfaces inherited from class hudson.plugin.scm.fsscm.FolderDiff
FolderDiff.Entry
 
Field Summary
 
Fields inherited from class hudson.plugin.scm.fsscm.RemoteFolderDiff
buf, lastBuildTime, lastSuccessfulBuildTime
 
Constructor Summary
RemoteFolderDiff.CheckOut()
           
 
Method Summary
 java.util.List<FolderDiff.Entry> invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class hudson.plugin.scm.fsscm.RemoteFolderDiff
getLastBuildTime, getLastSuccessfulBuildTime, getLog, log, setLastBuildTime, setLastSuccessfulBuildTime
 
Methods inherited from class hudson.plugin.scm.fsscm.FolderDiff
getDeletedFiles, getNewOrModifiedFiles, getRelativeName, isModifiedSince, log, log, setDstPath, setExcludeFilter, setIncludeFilter, setSrcPath, stackTraceToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFolderDiff.CheckOut

public RemoteFolderDiff.CheckOut()
Method Detail

invoke

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


Copyright © 2009. All Rights Reserved.