hudson.plugins.mercurial.browser
Class BitBucket

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

public class BitBucket
extends HgBrowser

Mercurial web interface served using a BitBucket repository.

See Also:
Serialized Form

Nested Class Summary
static class BitBucket.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
BitBucket(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

BitBucket

@DataBoundConstructor
public BitBucket(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.