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
 java.util.Collection<GitChangeSet.Path> GitChangeSet.getAffectedFiles()
           
 java.util.Collection<GitChangeSet.Path> GitChangeSet.getPaths()
          Gets the files that are changed in this commit.
 

Methods in hudson.plugins.git with parameters of type GitChangeSet.Path
abstract  java.net.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.
abstract  java.net.URL GitRepositoryBrowser.getFileLink(GitChangeSet.Path path)
          Determines the link to a single file under Git.
 

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

Methods in hudson.plugins.git.browser with parameters of type GitChangeSet.Path
 java.net.URL GitWeb.getDiffLink(GitChangeSet.Path path)
          Creates a link to the file diff.
 java.net.URL GithubWeb.getDiffLink(GitChangeSet.Path path)
          Creates a link to the file diff.
 java.net.URL GitWeb.getFileLink(GitChangeSet.Path path)
          Creates a link to the file.
 java.net.URL GithubWeb.getFileLink(GitChangeSet.Path path)
          Creates a link to the file.
 



Copyright © 2010. All Rights Reserved.