Package hudson.scm
Class SubversionSCM.External
java.lang.Object
hudson.scm.SubversionSCM.External
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SubversionSCM
Information about svn:external
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if this reference is to a fixed revision.
-
Field Details
-
path
Relative path within the workspace where thissvn:exteranls
exist. -
url
External SVN URL to be fetched. -
revision
public final long revisionIf the svn:external link is with the -r option, its number. Otherwise -1 to indicate that the head revision of the external repository should be fetched.
-
-
Constructor Details
-
External
-
-
Method Details
-
isRevisionFixed
public boolean isRevisionFixed()Returns true if this reference is to a fixed revision.
-