Package hudson.scm.subversion

Class Summary
CheckoutUpdater WorkspaceUpdater that cleans workspace and then performs checkout.
CheckoutUpdater.DescriptorImpl  
CheckoutUpdater.UpdateTaskImpl  
CheckoutWithLocationFoldersCleanupUpdater WorkspaceUpdater that cleans checkout folders and then performs checkout.
CheckoutWithLocationFoldersCleanupUpdater.DescriptorImpl Describes extention.
CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl Update task is the same as CheckoutUpdater.UpdateTaskImpl except workspace cleaning.
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 © 2004-2011 Hudson. All Rights Reserved.