hudson.plugins.git.browser
Class GitWeb

java.lang.Object
  extended by hudson.scm.RepositoryBrowser<GitChangeSet>
      extended by 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 Class Summary
 
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)
           
 
Method Summary
 java.net.URL getChangeSetLink(GitChangeSet changeSet)
           
 hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> getDescriptor()
           
 java.net.URL getUrl()
           
 
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
 

Field Detail

DESCRIPTOR

public static final hudson.model.Descriptor<hudson.scm.RepositoryBrowser<?>> DESCRIPTOR
Constructor Detail

GitWeb

@DataBoundConstructor
public GitWeb(java.lang.String url)
       throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

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.