Package hudson.scm

Class SubversionSCM.External

    • Field Detail

      • path

        public final String path
        Relative path within the workspace where this svn:exteranls exist.
      • url

        public final String url
        External SVN URL to be fetched.
      • revision

        public final long revision
        If 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 Detail

      • External

        public External​(String path,
                        org.tmatesoft.svn.core.SVNURL url,
                        long revision)
    • Method Detail

      • isRevisionFixed

        public boolean isRevisionFixed()
        Returns true if this reference is to a fixed revision.