hudson.scm.subversion
Class CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl

java.lang.Object
  extended by hudson.scm.subversion.WorkspaceUpdater.UpdateTask
      extended by hudson.scm.subversion.CheckoutUpdater.UpdateTaskImpl
          extended by hudson.scm.subversion.CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl
All Implemented Interfaces:
Serializable
Enclosing class:
CheckoutWithLocationFoldersCleanupUpdater

protected static class CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl
extends CheckoutUpdater.UpdateTaskImpl

Update task is the same as CheckoutUpdater.UpdateTaskImpl except workspace cleaning.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class hudson.scm.subversion.WorkspaceUpdater.UpdateTask
authProvider, buildTime, listener, locations, manager, queueTime, revisionParameterAction, revisionPolicy, SVN_CANCEL_EXCEPTION_MESSAGE, ws
 
Constructor Summary
protected CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl()
           
 
Method Summary
protected  void cleanupBeforeCheckout()
          Cleans workspace.
 
Methods inherited from class hudson.scm.subversion.CheckoutUpdater.UpdateTaskImpl
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
 

Constructor Detail

CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl

protected CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl()
Method Detail

cleanupBeforeCheckout

protected void cleanupBeforeCheckout()
                              throws IOException
Cleans workspace.

Overrides:
cleanupBeforeCheckout in class CheckoutUpdater.UpdateTaskImpl
Throws:
IOException - IOException


Copyright © 2004-2013 Hudson. All Rights Reserved.