hudson.scm.subversion
Class UpdateUpdater

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
      extended by hudson.scm.subversion.WorkspaceUpdater
          extended by hudson.scm.subversion.UpdateUpdater
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<WorkspaceUpdater>, java.io.Serializable

public class UpdateUpdater
extends WorkspaceUpdater

WorkspaceUpdater that uses "svn update" as much as possible.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
static class UpdateUpdater.DescriptorImpl
           
static class UpdateUpdater.TaskImpl
           
 
Nested classes/interfaces inherited from class hudson.scm.subversion.WorkspaceUpdater
WorkspaceUpdater.UpdateTask
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
UpdateUpdater()
           
 
Method Summary
 WorkspaceUpdater.UpdateTask createTask()
          Creates the WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update.
 
Methods inherited from class hudson.scm.subversion.WorkspaceUpdater
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateUpdater

@DataBoundConstructor
public UpdateUpdater()
Method Detail

createTask

public WorkspaceUpdater.UpdateTask createTask()
Description copied from class: WorkspaceUpdater
Creates the WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update.

Specified by:
createTask in class WorkspaceUpdater


Copyright © 2011. All Rights Reserved.