|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.scm.RepositoryBrowser<GitChangeSet>
hudson.plugins.git.browser.GitRepositoryBrowser
public abstract class GitRepositoryBrowser
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
GitRepositoryBrowser()
|
|
| Method Summary | |
|---|---|
abstract java.net.URL |
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 |
getFileLink(GitChangeSet.Path path)
Determines the link to a single file under Git. |
| Methods inherited from class hudson.scm.RepositoryBrowser |
|---|
all, getChangeSetLink, getDescriptor, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GitRepositoryBrowser()
| Method Detail |
|---|
public abstract java.net.URL getDiffLink(GitChangeSet.Path path)
throws java.io.IOException
GitChangeSet.Path to its previous version.
path - affected file path
java.io.IOException
public abstract java.net.URL getFileLink(GitChangeSet.Path path)
throws java.io.IOException
path - affected file path
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||