public static final class SubversionSCM.External extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
path
Relative path within the workspace where this svn:exteranls exist.
|
long |
revision
If the svn:external link is with the -r option, its number.
|
String |
url
External SVN URL to be fetched.
|
| Constructor and Description |
|---|
SubversionSCM.External(String modulePath,
org.tmatesoft.svn.core.internal.wc.SVNExternal ext) |
SubversionSCM.External(String path,
org.tmatesoft.svn.core.SVNURL externalURL,
long revision) |
public final String path
public final String url
public final long revision
public SubversionSCM.External(String modulePath, org.tmatesoft.svn.core.internal.wc.SVNExternal ext)
modulePath - The root of the current module that svn was checking out when it hits 'ext'.
Since we call svnkit multiple times in general case to check out from multiple locations,
we use this to make the path relative to the entire workspace, not just the particular module.public SubversionSCM.External(String path, org.tmatesoft.svn.core.SVNURL externalURL, long revision)
Copyright © 2004-2015 Hudson. All Rights Reserved.