hudson.scm.subversion
Class SwitchUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
hudson.scm.subversion.SwitchUpdater
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<WorkspaceUpdater>, Serializable
public class SwitchUpdater
- extends WorkspaceUpdater
WorkspaceUpdater that uses "svn switch" as much as possible.
- Author:
- Ofer Zelichover
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
SwitchUpdater
@DataBoundConstructor
public SwitchUpdater()
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 Hudson. All Rights Reserved.