Uses of Class
hudson.scm.subversion.WorkspaceUpdater.UpdateTask

Packages that use WorkspaceUpdater.UpdateTask
hudson.scm.subversion   
 

Uses of WorkspaceUpdater.UpdateTask in hudson.scm.subversion
 

Subclasses of WorkspaceUpdater.UpdateTask in hudson.scm.subversion
protected static class CheckoutUpdater.UpdateTaskImpl
           
protected static class CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl
          Update task is the same as CheckoutUpdater.UpdateTaskImpl except workspace cleaning.
static class SwitchUpdater.TaskImpl
           
static class UpdateUpdater.TaskImpl
           
static class UpdateWithCleanUpdater.TaskImpl
           
static class UpdateWithRevertUpdater.TaskImpl
           
 

Methods in hudson.scm.subversion that return WorkspaceUpdater.UpdateTask
 WorkspaceUpdater.UpdateTask UpdateWithRevertUpdater.createTask()
           
 WorkspaceUpdater.UpdateTask CheckoutUpdater.createTask()
           
 WorkspaceUpdater.UpdateTask CheckoutWithLocationFoldersCleanupUpdater.createTask()
          Creates update task.
 WorkspaceUpdater.UpdateTask UpdateWithCleanUpdater.createTask()
           
abstract  WorkspaceUpdater.UpdateTask WorkspaceUpdater.createTask()
          Creates the WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update.
 WorkspaceUpdater.UpdateTask SwitchUpdater.createTask()
           
 WorkspaceUpdater.UpdateTask UpdateUpdater.createTask()
           
 

Methods in hudson.scm.subversion with parameters of type WorkspaceUpdater.UpdateTask
protected  List<SubversionSCM.External> WorkspaceUpdater.UpdateTask.delegateTo(WorkspaceUpdater.UpdateTask t)
           
 



Copyright © 2004-2013 Hudson. All Rights Reserved.