hudson.scm.subversion
Class UpdateWithRevertUpdater.TaskImpl

java.lang.Object
  extended by hudson.scm.subversion.WorkspaceUpdater.UpdateTask
      extended by hudson.scm.subversion.UpdateUpdater.TaskImpl
          extended by hudson.scm.subversion.UpdateWithRevertUpdater.TaskImpl
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UpdateWithRevertUpdater

public static class UpdateWithRevertUpdater.TaskImpl
extends UpdateUpdater.TaskImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
authProvider, listener, locations, manager, revisions, timestamp, ws
 
Constructor Summary
UpdateWithRevertUpdater.TaskImpl()
           
 
Method Summary
protected  void preUpdate(SubversionSCM.ModuleLocation module, java.io.File local)
          Hook for subtype to perform some cleanup activity before "svn update" takes place.
 
Methods inherited from class hudson.scm.subversion.UpdateUpdater.TaskImpl
isUpdatable, perform
 
Methods inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
delegateTo, delegateTo, getRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateWithRevertUpdater.TaskImpl

public UpdateWithRevertUpdater.TaskImpl()
Method Detail

preUpdate

protected void preUpdate(SubversionSCM.ModuleLocation module,
                         java.io.File local)
                  throws org.tmatesoft.svn.core.SVNException,
                         java.io.IOException
Description copied from class: UpdateUpdater.TaskImpl
Hook for subtype to perform some cleanup activity before "svn update" takes place.

Overrides:
preUpdate in class UpdateUpdater.TaskImpl
Parameters:
module - Remote repository that corresponds to the workspace.
local - Local directory that gets the update from the module.
Throws:
org.tmatesoft.svn.core.SVNException
java.io.IOException


Copyright © 2011. All Rights Reserved.