Uses of Class
hudson.scm.SubversionChangeLogSet.Path

Packages that use SubversionChangeLogSet.Path
hudson.scm   
hudson.scm.browsers   
 

Uses of SubversionChangeLogSet.Path in hudson.scm
 

Methods in hudson.scm that return types with arguments of type SubversionChangeLogSet.Path
 Collection<SubversionChangeLogSet.Path> SubversionChangeLogSet.LogEntry.getAffectedFiles()
           
 List<SubversionChangeLogSet.Path> SubversionChangeLogSet.LogEntry.getPaths()
          Gets the files that are changed in this commit.
 

Methods in hudson.scm with parameters of type SubversionChangeLogSet.Path
 void SubversionChangeLogSet.LogEntry.addPath(SubversionChangeLogSet.Path p)
           
abstract  URL SubversionRepositoryBrowser.getDiffLink(SubversionChangeLogSet.Path path)
          Determines the link to the diff between the version in the specified revision of SubversionChangeLogSet.Path to its previous version.
abstract  URL SubversionRepositoryBrowser.getFileLink(SubversionChangeLogSet.Path path)
          Determines the link to a single file under Subversion.
 

Uses of SubversionChangeLogSet.Path in hudson.scm.browsers
 

Methods in hudson.scm.browsers with parameters of type SubversionChangeLogSet.Path
 URL ViewSVN.getDiffLink(SubversionChangeLogSet.Path path)
           
 URL WebSVN.getDiffLink(SubversionChangeLogSet.Path path)
          Returns the diff link value.
 URL Assembla.getDiffLink(SubversionChangeLogSet.Path path)
           
 URL SVNWeb.getDiffLink(SubversionChangeLogSet.Path path)
          Returns the diff link value.
 URL CollabNetSVN.getDiffLink(SubversionChangeLogSet.Path path)
          Determines the link to the diff between the version in the specified revision of SubversionChangeLogSet.Path to its previous version.
 URL FishEyeSVN.getDiffLink(SubversionChangeLogSet.Path path)
           
 URL Sventon2.getDiffLink(SubversionChangeLogSet.Path path)
           
 URL Sventon.getDiffLink(SubversionChangeLogSet.Path path)
           
 URL ViewSVN.getFileLink(SubversionChangeLogSet.Path path)
           
 URL WebSVN.getFileLink(SubversionChangeLogSet.Path path)
          Returns the file link value.
 URL Assembla.getFileLink(SubversionChangeLogSet.Path path)
           
 URL SVNWeb.getFileLink(SubversionChangeLogSet.Path path)
          Returns the file link value.
 URL CollabNetSVN.getFileLink(SubversionChangeLogSet.Path path)
          Determines the link to a single file under Subversion.
 URL FishEyeSVN.getFileLink(SubversionChangeLogSet.Path path)
           
 URL Sventon2.getFileLink(SubversionChangeLogSet.Path path)
           
 URL Sventon.getFileLink(SubversionChangeLogSet.Path path)
           
 



Copyright © 2004-2013. All Rights Reserved.