Package hudson.scm.subversion
Class NoopUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
hudson.scm.subversion.NoopUpdater
- All Implemented Interfaces:
ExtensionPoint,Describable<WorkspaceUpdater>
WorkspaceUpdater that doesn't touch working copy.- Author:
- Moisei Rabinovich
-
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
-
NoopUpdater
@DataBoundConstructor public NoopUpdater()
-
-
Method Details
-
createTask
Description copied from class:WorkspaceUpdaterCreates theWorkspaceUpdater.UpdateTaskinstance, which performs the actual check out / update.- Specified by:
createTaskin classWorkspaceUpdater
-