hudson.plugin.scm.fsscm
Class RemoteFolderDiff.PollChange

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

public static class RemoteFolderDiff.PollChange
extends RemoteFolderDiff
implements hudson.FilePath.FileCallable<java.lang.Boolean>

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.PollChange()
           
 
Method Summary
 java.lang.Boolean 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.PollChange

public RemoteFolderDiff.PollChange()
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.