| Class | Description |
|---|---|
| CheckoutUpdater |
WorkspaceUpdater that does a fresh check out. |
| CheckoutUpdater.DescriptorImpl | |
| Messages | |
| SvnHelper |
Provides various helper methods.
|
| UpdateUpdater |
WorkspaceUpdater that uses "svn update" as much as possible. |
| UpdateUpdater.DescriptorImpl | |
| UpdateUpdater.TaskImpl | |
| UpdateWithCleanUpdater |
WorkspaceUpdater that removes all the untracked files before "svn update" |
| UpdateWithCleanUpdater.DescriptorImpl | |
| UpdateWithCleanUpdater.TaskImpl | |
| UpdateWithRevertUpdater |
WorkspaceUpdater that performs "svn revert" + "svn update" |
| UpdateWithRevertUpdater.DescriptorImpl | |
| UpdateWithRevertUpdater.TaskImpl | |
| WorkspaceUpdater |
Encapsulates the logic of how files are obtained from a subversion repository.
|
| 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.
|
| WorkspaceUpdaterDescriptor |
Descriptor for WorkspaceUpdater. |
| Exception | Description |
|---|---|
| UpdaterException |
Copyright © 2004–2015. All rights reserved.