Uses of Class
hudson.plugins.mercurial.browser.HgBrowser
Packages that use HgBrowser
Package
Description
- 
Uses of HgBrowser in hudson.plugins.mercurial
Methods in hudson.plugins.mercurial that return HgBrowserModifier and TypeMethodDescriptionfinal HgBrowserMercurialSCMBuilder.browser()MercurialSCM.getBrowser()MercurialSCMSource.getBrowser()Deprecated.Methods in hudson.plugins.mercurial with parameters of type HgBrowserModifier and TypeMethodDescriptionfinal voidMercurialSCM.setBrowser(HgBrowser browser) MercurialSCMBuilder.withBrowser(HgBrowser browser) Constructors in hudson.plugins.mercurial with parameters of type HgBrowserModifierConstructorDescriptionMercurialSCM(String installation, String source, MercurialSCM.RevisionType revisionType, String revision, String modules, String subdir, HgBrowser browser, boolean clean, String credentialsId) Deprecated.MercurialSCM(String installation, String source, MercurialSCM.RevisionType revisionType, String revision, String modules, String subdir, HgBrowser browser, boolean clean, String credentialsId, boolean disableChangeLog) Deprecated.MercurialSCM(String installation, String source, String branch, String modules, String subdir, HgBrowser browser, boolean clean) Deprecated.MercurialSCM(String installation, String source, String branch, String modules, String subdir, HgBrowser browser, boolean clean, String credentialsId) Deprecated.MercurialSCMSource(String id, String installation, String source, String credentialsId, String branchPattern, String modules, String subdir, HgBrowser browser, boolean clean) Deprecated. - 
Uses of HgBrowser in hudson.plugins.mercurial.browser
Subclasses of HgBrowser in hudson.plugins.mercurial.browserModifier and TypeClassDescriptionclassMercurial web interface served using FishEye.classMercurial web interface served using a Google code repository.classMercurial web interface served using the standalone server or hgweb CGI scripts.classMercurial web interface served using a Kallithea repository.classMercurial web interface served using a Kiln repository.classMercurial web interface served using a RhodeCode repository.classMercurial web interface served using a RhodeCode repository.classMercurial web interface served using a SCM-Manager repository. - 
Uses of HgBrowser in hudson.plugins.mercurial.traits
Methods in hudson.plugins.mercurial.traits that return HgBrowserModifier and TypeMethodDescriptionMercurialBrowserSCMSourceTrait.getBrowser()Gets theHgBrowser..Constructors in hudson.plugins.mercurial.traits with parameters of type HgBrowserModifierConstructorDescriptionMercurialBrowserSCMSourceTrait(HgBrowser browser) Stapler constructor.