hudson.scm.subversion
Class CheckoutWithLocationFoldersCleanupUpdater

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

public class CheckoutWithLocationFoldersCleanupUpdater
extends WorkspaceUpdater

WorkspaceUpdater that cleans checkout folders and then performs checkout.

Copyright (C) 2011 Hudson-CI.org

Date: 5/12/11

Author:
Anton Kozak
See Also:
Serialized Form

Nested Class Summary
static class CheckoutWithLocationFoldersCleanupUpdater.DescriptorImpl
          Describes extention.
protected static class CheckoutWithLocationFoldersCleanupUpdater.UpdateTaskImpl
          Update task is the same as CheckoutUpdater.UpdateTaskImpl except workspace cleaning.
 
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
CheckoutWithLocationFoldersCleanupUpdater()
          Constructor.
 
Method Summary
 WorkspaceUpdater.UpdateTask createTask()
          Creates update task.
 
Methods inherited from class hudson.scm.subversion.WorkspaceUpdater
equals, getDescriptor, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutWithLocationFoldersCleanupUpdater

@DataBoundConstructor
public CheckoutWithLocationFoldersCleanupUpdater()
Constructor.

Method Detail

createTask

public WorkspaceUpdater.UpdateTask createTask()
Creates update task.

Specified by:
createTask in class WorkspaceUpdater
Returns:
UpdateTask


Copyright © 2004-2012 Hudson. All Rights Reserved.