hudson.scm.subversion
Class UpdateUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
hudson.scm.subversion.UpdateUpdater
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<WorkspaceUpdater>, Serializable
public class UpdateUpdater
- extends WorkspaceUpdater
WorkspaceUpdater that uses "svn update" as much as possible.
- 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 |
UpdateUpdater
@DataBoundConstructor
public UpdateUpdater()
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.