| Package | Description |
|---|---|
| hudson.scm | |
| hudson.scm.subversion |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceUpdater |
SubversionSCM.getWorkspaceUpdater() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubversionSCM.setWorkspaceUpdater(WorkspaceUpdater workspaceUpdater) |
| Constructor and Description |
|---|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
WorkspaceUpdater workspaceUpdater,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages,
String includedRegions)
Deprecated.
as of 2.3.8
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
WorkspaceUpdater workspaceUpdater,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages,
String includedRegions,
boolean ignoreCommitNotification) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckoutUpdater
WorkspaceUpdater that cleans workspace and then performs checkout. |
class |
CheckoutWithLocationFoldersCleanupUpdater
WorkspaceUpdater that cleans checkout folders and then performs checkout. |
class |
SwitchUpdater
WorkspaceUpdater that uses "svn switch" as much as possible. |
class |
UpdateUpdater
WorkspaceUpdater that uses "svn update" as much as possible. |
class |
UpdateWithCleanUpdater
WorkspaceUpdater that removes all the untracked files before "svn update" |
class |
UpdateWithRevertUpdater
WorkspaceUpdater that performs "svn revert" + "svn update" |
| Modifier and Type | Method and Description |
|---|---|
static hudson.DescriptorExtensionList<WorkspaceUpdater,WorkspaceUpdaterDescriptor> |
WorkspaceUpdaterDescriptor.all() |
| Modifier and Type | Method and Description |
|---|---|
protected List<SubversionSCM.External> |
WorkspaceUpdater.UpdateTask.delegateTo(WorkspaceUpdater wu)
Delegates the execution to another updater.
|
Copyright © 2004-2015 Hudson. All Rights Reserved.