|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.SubversionSCM.External
public static final class SubversionSCM.External
Information about svn:external
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SubversionSCM.External(String path,
org.tmatesoft.svn.core.SVNURL url,
long revision)
|
|
| Method Summary | |
|---|---|
boolean |
isRevisionFixed()
Returns true if this reference is to a fixed revision. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String path
public final String url
public final long revision
| Constructor Detail |
|---|
public SubversionSCM.External(String path,
org.tmatesoft.svn.core.SVNURL url,
long revision)
| Method Detail |
|---|
public boolean isRevisionFixed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||