Uses of Class
hudson.scm.subversion.WorkspaceUpdater

Packages that use WorkspaceUpdater
hudson.scm   
hudson.scm.subversion   
 

Uses of WorkspaceUpdater in hudson.scm
 

Methods in hudson.scm that return WorkspaceUpdater
 WorkspaceUpdater SubversionSCM.getWorkspaceUpdater()
           
 

Methods in hudson.scm with parameters of type WorkspaceUpdater
 void SubversionSCM.setWorkspaceUpdater(WorkspaceUpdater workspaceUpdater)
           
 

Constructors in hudson.scm with parameters of type WorkspaceUpdater
SubversionSCM(java.util.List<SubversionSCM.ModuleLocation> locations, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser, java.lang.String excludedRegions, java.lang.String excludedUsers, java.lang.String excludedRevprop, java.lang.String excludedCommitMessages, java.lang.String includedRegions)
           
 

Uses of WorkspaceUpdater in hudson.scm.subversion
 

Subclasses of WorkspaceUpdater in hudson.scm.subversion
 class CheckoutUpdater
          WorkspaceUpdater that does a fresh check out.
 class UpdateUpdater
          WorkspaceUpdater that uses "svn update" as much as possible.
 class UpdateWithCleanUpdater
          WorkspaceUpdater that removes all the untracked files before "svn update"
 class UpdateWithRevertUpdater
          WorkspaceUpdater that performs "svn revert" + "svn update"
 

Methods in hudson.scm.subversion that return types with arguments of type WorkspaceUpdater
static hudson.DescriptorExtensionList<WorkspaceUpdater,WorkspaceUpdaterDescriptor> WorkspaceUpdaterDescriptor.all()
           
 

Methods in hudson.scm.subversion with parameters of type WorkspaceUpdater
protected  java.util.List<SubversionSCM.External> WorkspaceUpdater.UpdateTask.delegateTo(WorkspaceUpdater wu)
          Delegates the execution to another updater.
 



Copyright © 2011. All Rights Reserved.