hudson.scm.subversion
Class CheckoutUpdater

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

public class CheckoutUpdater
extends WorkspaceUpdater

WorkspaceUpdater that does a fresh check out.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Nested Class Summary
static class CheckoutUpdater.DescriptorImpl
           
 
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
CheckoutUpdater()
           
 
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

CheckoutUpdater

@DataBoundConstructor
public CheckoutUpdater()
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.