Uses of Class
hudson.scm.BlameSubversionChangeLogSet.Path

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

Uses of BlameSubversionChangeLogSet.Path in hudson.scm
 

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

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

Uses of BlameSubversionChangeLogSet.Path in hudson.scm.browsers
 

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



Copyright © 2004-2012 Hudson. All Rights Reserved.