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 HgBrowser
MercurialSCMBuilder.browser()
MercurialSCM.getBrowser()
MercurialSCMSource.getBrowser()
Deprecated.Methods in hudson.plugins.mercurial with parameters of type HgBrowserModifier and TypeMethodDescriptionfinal void
MercurialSCM.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 TypeClassDescriptionclass
Mercurial web interface served using FishEye.class
Mercurial web interface served using a Google code repository.class
Mercurial web interface served using the standalone server or hgweb CGI scripts.class
Mercurial web interface served using a Kallithea repository.class
Mercurial web interface served using a Kiln repository.class
Mercurial web interface served using a RhodeCode repository.class
Mercurial web interface served using a RhodeCode repository.class
Mercurial 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.