hudson.scm.subversion
Class UpdateWithRevertUpdater.TaskImpl
java.lang.Object
hudson.scm.subversion.WorkspaceUpdater.UpdateTask
hudson.scm.subversion.UpdateUpdater.TaskImpl
hudson.scm.subversion.UpdateWithRevertUpdater.TaskImpl
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- UpdateWithRevertUpdater
public static class UpdateWithRevertUpdater.TaskImpl
- extends UpdateUpdater.TaskImpl
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateWithRevertUpdater.TaskImpl
public UpdateWithRevertUpdater.TaskImpl()
preUpdate
protected void preUpdate(SubversionSCM.ModuleLocation module,
File local)
throws org.tmatesoft.svn.core.SVNException,
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
IOException
Copyright © 2004-2013. All Rights Reserved.