Uses of Class
hudson.scm.SubversionChangeLogSet.Path
Packages that use SubversionChangeLogSet.Path
-
Uses of SubversionChangeLogSet.Path in hudson.scm
Methods in hudson.scm that return types with arguments of type SubversionChangeLogSet.PathModifier and TypeMethodDescriptionSubversionChangeLogSet.LogEntry.getAffectedFiles()SubversionChangeLogSet.LogEntry.getPaths()Gets the files that are changed in this commit.Methods in hudson.scm with parameters of type SubversionChangeLogSet.PathModifier and TypeMethodDescriptionvoidSubversionChangeLogSet.LogEntry.addPath(SubversionChangeLogSet.Path p) abstract URLSubversionRepositoryBrowser.getDiffLink(SubversionChangeLogSet.Path path) Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Pathto its previous version.abstract URLSubversionRepositoryBrowser.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.PathModifier and TypeMethodDescriptionAssembla.getDiffLink(SubversionChangeLogSet.Path path) CollabNetSVN.getDiffLink(SubversionChangeLogSet.Path path) Determines the link to the diff between the version in the specified revision ofSubversionChangeLogSet.Pathto its previous version.FishEyeSVN.getDiffLink(SubversionChangeLogSet.Path path) Phabricator.getDiffLink(SubversionChangeLogSet.Path path) Creates a link to the commit diff.Sventon.getDiffLink(SubversionChangeLogSet.Path path) Sventon2.getDiffLink(SubversionChangeLogSet.Path path) SVNWeb.getDiffLink(SubversionChangeLogSet.Path path) Returns the diff link value.ViewSVN.getDiffLink(SubversionChangeLogSet.Path path) VisualSVN.getDiffLink(SubversionChangeLogSet.Path path) WebSVN.getDiffLink(SubversionChangeLogSet.Path path) Returns the diff link value.Assembla.getFileLink(SubversionChangeLogSet.Path path) CollabNetSVN.getFileLink(SubversionChangeLogSet.Path path) Determines the link to a single file under Subversion.FishEyeSVN.getFileLink(SubversionChangeLogSet.Path path) Phabricator.getFileLink(SubversionChangeLogSet.Path path) Creates a link to the file.Sventon.getFileLink(SubversionChangeLogSet.Path path) Sventon2.getFileLink(SubversionChangeLogSet.Path path) SVNWeb.getFileLink(SubversionChangeLogSet.Path path) Returns the file link value.ViewSVN.getFileLink(SubversionChangeLogSet.Path path) VisualSVN.getFileLink(SubversionChangeLogSet.Path path) WebSVN.getFileLink(SubversionChangeLogSet.Path path) Returns the file link value.