Uses of Class
hudson.plugins.mercurial.browser.HgBrowser

Packages that use HgBrowser
hudson.plugins.mercurial   
hudson.plugins.mercurial.browser   
 

Uses of HgBrowser in hudson.plugins.mercurial
 

Fields in hudson.plugins.mercurial declared as HgBrowser
private  HgBrowser MercurialSCM.browser
           
 

Methods in hudson.plugins.mercurial that return HgBrowser
 HgBrowser MercurialSCM.getBrowser()
           
 

Constructors in hudson.plugins.mercurial with parameters of type HgBrowser
MercurialSCM(String installation, String source, String branch, String modules, HgBrowser browser, boolean clean, boolean forest)
           
 

Uses of HgBrowser in hudson.plugins.mercurial.browser
 

Subclasses of HgBrowser in hudson.plugins.mercurial.browser
 class BitBucket
          Mercurial web interface served using a BitBucket repository.
 class GoogleCode
          Mercurial web interface served using a Google code repository.
 class HgWeb
          Mercurial web interface served using the standalone server or hgweb CGI scripts.
 class KilnHG
          Mercurial web interface served using a Kiln repository.
 



Copyright © 2010. All Rights Reserved.