hudson.scm.subversion
Class WorkspaceUpdater
java.lang.Object
hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
hudson.scm.subversion.WorkspaceUpdater
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<WorkspaceUpdater>, Serializable
- Direct Known Subclasses:
- CheckoutUpdater, UpdateUpdater, UpdateWithCleanUpdater, UpdateWithRevertUpdater
@ExportedBean
public abstract class WorkspaceUpdater
- extends hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
- implements hudson.ExtensionPoint, Serializable
Encapsulates the logic of how files are obtained from a subversion repository.
WorkspaceUpdater serves as a Describable, created from the UI via databinding and
encapsulates whatever configuration parameter. The checkout logic is in WorkspaceUpdater.UpdateTask.
- Since:
- 1.23
- 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 |
WorkspaceUpdater
public WorkspaceUpdater()
createTask
public abstract WorkspaceUpdater.UpdateTask createTask()
- Creates the
WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update.
getDescriptor
public WorkspaceUpdaterDescriptor getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<WorkspaceUpdater>- Overrides:
getDescriptor in class hudson.model.AbstractDescribableImpl<WorkspaceUpdater>
isAuthenticationFailedError
protected static boolean isAuthenticationFailedError(org.tmatesoft.svn.core.SVNCancelException e)
Copyright © 2004-2013. All Rights Reserved.