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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturns true if this reference is to a fixed revision.
- 
Field Details- 
pathRelative path within the workspace where thissvn:exteranlsexist.
- 
urlExternal SVN URL to be fetched.
- 
revisionpublic 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- 
isRevisionFixedpublic boolean isRevisionFixed()Returns true if this reference is to a fixed revision.
 
-