Package hudson.scm.subversion
Class UpdateWithCleanUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
hudson.scm.subversion.UpdateWithCleanUpdater
- All Implemented Interfaces:
ExtensionPoint,Describable<WorkspaceUpdater>
WorkspaceUpdater that removes all the untracked files before "svn update"- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class hudson.scm.subversion.WorkspaceUpdater
WorkspaceUpdater.UpdateTaskNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTask(int workspaceFormat) Creates theWorkspaceUpdater.UpdateTaskinstance, which performs the actual check out / update.Methods inherited from class hudson.scm.subversion.WorkspaceUpdater
getDescriptor, isAuthenticationFailedError
-
Constructor Details
-
UpdateWithCleanUpdater
@DataBoundConstructor public UpdateWithCleanUpdater()
-
-
Method Details
-
createTask
Description copied from class:WorkspaceUpdaterCreates theWorkspaceUpdater.UpdateTaskinstance, which performs the actual check out / update.- Specified by:
createTaskin classWorkspaceUpdater
-