hudson.scm.subversion
Class UpdateWithCleanUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
hudson.scm.subversion.UpdateWithCleanUpdater
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<WorkspaceUpdater>, Serializable
public class UpdateWithCleanUpdater
- extends WorkspaceUpdater
WorkspaceUpdater that removes all the untracked files before "svn update"
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateWithCleanUpdater
@DataBoundConstructor
public UpdateWithCleanUpdater()
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 © 2004-2013. All Rights Reserved.