Uses of Class
hudson.plugins.git.GitChangeSet.Path

Packages that use GitChangeSet.Path
hudson.plugins.git   
hudson.plugins.git.browser   
 

Uses of GitChangeSet.Path in hudson.plugins.git
 

Methods in hudson.plugins.git that return types with arguments of type GitChangeSet.Path
 Collection<GitChangeSet.Path> GitChangeSet.getAffectedFiles()
           
 Collection<GitChangeSet.Path> GitChangeSet.getPaths()
          Gets the files that are changed in this commit.
 

Uses of GitChangeSet.Path in hudson.plugins.git.browser
 

Methods in hudson.plugins.git.browser with parameters of type GitChangeSet.Path
 URL GitWeb.getDiffLink(GitChangeSet.Path path)
          Creates a link to the file diff.
 URL GithubWeb.getDiffLink(GitChangeSet.Path path)
          Creates a link to the file diff.
 URL RedmineWeb.getDiffLink(GitChangeSet.Path path)
          Creates a link to the file diff.
abstract  URL GitRepositoryBrowser.getDiffLink(GitChangeSet.Path path)
          Determines the link to the diff between the version in the specified revision of GitChangeSet.Path to its previous version.
 URL GitWeb.getFileLink(GitChangeSet.Path path)
          Creates a link to the file.
 URL GithubWeb.getFileLink(GitChangeSet.Path path)
          Creates a link to the file.
 URL RedmineWeb.getFileLink(GitChangeSet.Path path)
          Creates a link to the file.
abstract  URL GitRepositoryBrowser.getFileLink(GitChangeSet.Path path)
          Determines the link to a single file under Git.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.