Package 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
,org.jenkinsci.remoting.SerializableOnlyOverRemoting
- Enclosing class:
- UpdateWithRevertUpdater
- See Also:
-
Field Summary
Fields inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
authProvider, clientManager, listener, location, manager, quietOperation, revisions, timestamp, ws
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
preUpdate
(SubversionSCM.ModuleLocation module, File local) Hook for subtype to perform some cleanup activity before "svn update" takes place.Methods inherited from class hudson.scm.subversion.UpdateUpdater.TaskImpl
getSvnCommandToUse, perform
Methods inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
delegateTo, delegateTo, getRevision, getSvnDepth
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jenkinsci.remoting.SerializableOnlyOverRemoting
getChannelForSerialization
-
Constructor Details
-
TaskImpl
public TaskImpl(int workspaceFormat)
-
-
Method Details
-
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 classUpdateUpdater.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
-