hudson.plugins.mercurial.browser
Class GoogleCode

java.lang.Object
  extended by hudson.scm.RepositoryBrowser<MercurialChangeSet>
      extended by hudson.plugins.mercurial.browser.HgBrowser
          extended by hudson.plugins.mercurial.browser.GoogleCode
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.scm.RepositoryBrowser<?>>, java.io.Serializable

public class GoogleCode
extends HgBrowser

Mercurial web interface served using a Google code repository.

See Also:
Serialized Form

Nested Class Summary
static class GoogleCode.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GoogleCode(java.lang.String url)
           
 
Method Summary
 java.net.URL getChangeSetLink(MercurialChangeSet changeSet)
          
 
Methods inherited from class hudson.plugins.mercurial.browser.HgBrowser
getUrl, readResolve
 
Methods inherited from class hudson.scm.RepositoryBrowser
all, getDescriptor, normalizeToEndWithSlash, trimHeadSlash
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleCode

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

getChangeSetLink

public java.net.URL getChangeSetLink(MercurialChangeSet changeSet)
                              throws java.io.IOException
Description copied from class: HgBrowser

Overrides:
getChangeSetLink in class HgBrowser
Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.