Package hudson.scm.subversion
Class UpdateWithRevertUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
hudson.scm.subversion.UpdateWithRevertUpdater
- All Implemented Interfaces:
ExtensionPoint
,Describable<WorkspaceUpdater>
WorkspaceUpdater
that performs "svn revert" + "svn update"- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
Nested classes/interfaces inherited from class hudson.scm.subversion.WorkspaceUpdater
WorkspaceUpdater.UpdateTask
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTask
(int workspaceFormat) Creates theWorkspaceUpdater.UpdateTask
instance, which performs the actual check out / update.Methods inherited from class hudson.scm.subversion.WorkspaceUpdater
getDescriptor, isAuthenticationFailedError
-
Constructor Details
-
UpdateWithRevertUpdater
@DataBoundConstructor public UpdateWithRevertUpdater()
-
-
Method Details
-
createTask
Description copied from class:WorkspaceUpdater
Creates theWorkspaceUpdater.UpdateTask
instance, which performs the actual check out / update.- Specified by:
createTask
in classWorkspaceUpdater
-