| Package | Description |
|---|---|
| hudson.scm | |
| hudson.scm.subversion | |
| hudson.scm.util |
| Modifier and Type | Method and Description |
|---|---|
SubversionSCM.ModuleLocation |
SubversionSCM.ModuleLocation.getExpandedLocation(hudson.model.AbstractBuild<?,?> build)
Expand location value based on Build parametric execution.
|
SubversionSCM.ModuleLocation[] |
SubversionSCM.getLocations()
list of all configured svn locations
|
SubversionSCM.ModuleLocation[] |
SubversionSCM.getLocations(hudson.model.AbstractBuild<?,?> build)
list of all configured svn locations, expanded according to
build parameters values;
|
| Modifier and Type | Method and Description |
|---|---|
static List<SubversionSCM.ModuleLocation> |
SubversionSCM.ModuleLocation.parse(String[] remoteLocations,
String[] localLocations,
String[] depthOptions,
boolean[] isIgnoreExternals) |
| Constructor and Description |
|---|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
boolean useUpdate,
boolean doRevert,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages)
Deprecated.
as of 1.xxx
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
boolean useUpdate,
boolean doRevert,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages,
String includedRegions)
Deprecated.
as of 1.23
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
boolean useUpdate,
SubversionRepositoryBrowser browser,
String excludedRegions)
Deprecated.
as of 1.315
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
boolean useUpdate,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop)
Deprecated.
as of 1.324
|
SubversionSCM(List<SubversionSCM.ModuleLocation> locations,
boolean useUpdate,
SubversionRepositoryBrowser browser,
String excludedRegions,
String excludedUsers,
String excludedRevprop,
String excludedCommitMessages)
Deprecated.
as of 1.328
|
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 | Field and Description |
|---|---|
protected SubversionSCM.ModuleLocation[] |
WorkspaceUpdater.UpdateTask.locations
Modules to check out.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.tmatesoft.svn.core.wc.SVNRevision |
WorkspaceUpdater.UpdateTask.getRevision(SubversionSCM.ModuleLocation location)
Determines the revision to check out for the given location.
|
protected void |
UpdateWithRevertUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module,
File local) |
protected void |
UpdateWithCleanUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module,
File local) |
protected void |
UpdateUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module,
File local)
Hook for subtype to perform some cleanup activity before "svn update" takes place.
|
protected void |
SwitchUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module,
File local)
Hook for subtype to perform some cleanup activity before "svn switch" takes place.
|
| Modifier and Type | Method and Description |
|---|---|
static org.tmatesoft.svn.core.wc.SVNRevision |
RevisionUtil.getRevision(SubversionSCM.ModuleLocation location,
RevisionParameterAction revisionParameterAction,
SubversionSCM.RevisionPolicy revisionPolicy,
Date queueTime,
Date buildTime)
Returns
SVNRevision based on the following logic:
if repository URL is url@rev then this method returns specified revision. |
Copyright © 2004-2015 Hudson. All Rights Reserved.