Package hudson.scm.subversion

Class Summary
CheckoutUpdater WorkspaceUpdater that does a fresh check out.
CheckoutUpdater.DescriptorImpl  
Messages  
UpdateUpdater WorkspaceUpdater that uses "svn update" as much as possible.
UpdateUpdater.DescriptorImpl  
UpdateUpdater.TaskImpl  
UpdateWithCleanUpdater WorkspaceUpdater that removes all the untracked files before "svn update"
UpdateWithCleanUpdater.DescriptorImpl  
UpdateWithCleanUpdater.TaskImpl  
UpdateWithRevertUpdater WorkspaceUpdater that performs "svn revert" + "svn update"
UpdateWithRevertUpdater.DescriptorImpl  
UpdateWithRevertUpdater.TaskImpl  
WorkspaceUpdater Encapsulates the logic of how files are obtained from a subversion repository.
WorkspaceUpdater.UpdateTask This object gets instantiated on the master and then sent to the slave via remoting, then used to perform the actual checkout activity.
WorkspaceUpdaterDescriptor Descriptor for WorkspaceUpdater.
 



Copyright © 2011. All Rights Reserved.