@ExportedBean public abstract class WorkspaceUpdater extends hudson.model.AbstractDescribableImpl<WorkspaceUpdater> implements hudson.ExtensionPoint, Serializable
WorkspaceUpdater serves as a Describable, created from the UI via databinding and
encapsulates whatever configuration parameter. The checkout logic is in WorkspaceUpdater.UpdateTask.
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkspaceUpdater.UpdateTask
This object gets instantiated on the master and then sent to the slave via remoting,
then used to perform the actual checkout activity.
|
| Constructor and Description |
|---|
WorkspaceUpdater() |
| Modifier and Type | Method and Description |
|---|---|
abstract WorkspaceUpdater.UpdateTask |
createTask()
Creates the
WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update. |
WorkspaceUpdaterDescriptor |
getDescriptor() |
protected static boolean |
isAuthenticationFailedError(org.tmatesoft.svn.core.SVNCancelException e) |
public abstract WorkspaceUpdater.UpdateTask createTask()
WorkspaceUpdater.UpdateTask instance, which performs the actual check out / update.public WorkspaceUpdaterDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<WorkspaceUpdater>getDescriptor in class hudson.model.AbstractDescribableImpl<WorkspaceUpdater>protected static boolean isAuthenticationFailedError(org.tmatesoft.svn.core.SVNCancelException e)
Copyright © 2004–2015. All rights reserved.