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
 java.util.Collection<SubversionChangeLogSet.Path> SubversionChangeLogSet.LogEntry.getAffectedFiles()
           
 java.util.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  java.net.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  java.net.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
 java.net.URL WebSVN.getDiffLink(SubversionChangeLogSet.Path path)
          Returns the diff link value.
 java.net.URL ViewSVN.getDiffLink(SubversionChangeLogSet.Path path)
           
 java.net.URL Sventon2.getDiffLink(SubversionChangeLogSet.Path path)
           
 java.net.URL Sventon.getDiffLink(SubversionChangeLogSet.Path path)
           
 java.net.URL FishEyeSVN.getDiffLink(SubversionChangeLogSet.Path path)
           
 java.net.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.
 java.net.URL WebSVN.getFileLink(SubversionChangeLogSet.Path path)
          Returns the file link value.
 java.net.URL ViewSVN.getFileLink(SubversionChangeLogSet.Path path)
           
 java.net.URL Sventon2.getFileLink(SubversionChangeLogSet.Path path)
           
 java.net.URL Sventon.getFileLink(SubversionChangeLogSet.Path path)
           
 java.net.URL FishEyeSVN.getFileLink(SubversionChangeLogSet.Path path)
           
 java.net.URL CollabNetSVN.getFileLink(SubversionChangeLogSet.Path path)
          Determines the link to a single file under Subversion.
 



Copyright © 2010. All Rights Reserved.