hudson.plugins.git.browser
Class GitWeb
java.lang.Object
hudson.scm.RepositoryBrowser<GitChangeSet>
hudson.plugins.git.browser.GitWeb
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable
public class GitWeb
- extends hudson.scm.RepositoryBrowser<GitChangeSet>
Git Browser URLs
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Field Summary |
static hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> |
DESCRIPTOR
|
|
Constructor Summary |
GitWeb(java.lang.String url)
|
| Methods inherited from class hudson.scm.RepositoryBrowser |
all, normalizeToEndWithSlash, trimHeadSlash |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> DESCRIPTOR
GitWeb
@DataBoundConstructor
public GitWeb(java.lang.String url)
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
getUrl
public java.net.URL getUrl()
getChangeSetLink
public java.net.URL getChangeSetLink(GitChangeSet changeSet)
throws java.io.IOException
- Specified by:
getChangeSetLink in class hudson.scm.RepositoryBrowser<GitChangeSet>
- Throws:
java.io.IOException
getDescriptor
public hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>- Overrides:
getDescriptor in class hudson.scm.RepositoryBrowser<GitChangeSet>
Copyright © 2009. All Rights Reserved.