| 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 ...
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
WorkspaceUpdater workspaceUpdater,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages,
String includedRegions,
boolean ignoreDirPropChanges)
Deprecated.
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
WorkspaceUpdater workspaceUpdater,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages,
String includedRegions,
boolean ignoreDirPropChanges,
boolean filterChangelog,
List<SubversionSCM.AdditionalCredentials> additionalCredentials) |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckoutUpdater
WorkspaceUpdater that does a fresh check out. |
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. All rights reserved.