Package | Description |
---|---|
hudson.plugins.mercurial | |
hudson.plugins.mercurial.browser | |
hudson.plugins.mercurial.traits |
Modifier and Type | Method and Description |
---|---|
HgBrowser |
MercurialSCMBuilder.browser() |
HgBrowser |
MercurialSCM.getBrowser() |
HgBrowser |
MercurialSCMSource.getBrowser()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MercurialSCM.setBrowser(HgBrowser browser) |
B |
MercurialSCMBuilder.withBrowser(HgBrowser browser) |
Constructor and Description |
---|
MercurialSCM(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.
|
Modifier and Type | Class and Description |
---|---|
class |
FishEye
Mercurial web interface served using FishEye.
|
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 |
Kallithea
Mercurial web interface served using a Kallithea repository.
|
class |
KilnHG
Mercurial web interface served using a Kiln repository.
|
class |
RhodeCode
Mercurial web interface served using a RhodeCode repository.
|
class |
RhodeCodeLegacy
Mercurial web interface served using a RhodeCode repository.
|
class |
ScmManager
Mercurial web interface served using a SCM-Manager repository.
|
Modifier and Type | Method and Description |
---|---|
HgBrowser |
MercurialBrowserSCMSourceTrait.getBrowser()
Gets the
HgBrowser .. |
Constructor and Description |
---|
MercurialBrowserSCMSourceTrait(HgBrowser browser)
Stapler constructor.
|
Copyright © 2016–2022. All rights reserved.