public final class MercurialSCMSource
extends jenkins.scm.api.SCMSource
| Modifier and Type | Class and Description |
|---|---|
static class |
MercurialSCMSource.DescriptorImpl |
| Constructor and Description |
|---|
MercurialSCMSource(String id,
String installation,
String source,
String credentialsId,
String branchPattern,
String modules,
String subdir,
HgBrowser browser,
boolean clean) |
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.SCM |
build(jenkins.scm.api.SCMHead head,
jenkins.scm.api.SCMRevision revision) |
String |
getBranchPattern() |
HgBrowser |
getBrowser() |
String |
getCredentialsId() |
String |
getInstallation() |
String |
getModules() |
String |
getSource() |
String |
getSubdir() |
boolean |
isClean() |
protected void |
retrieve(jenkins.scm.api.SCMHeadObserver observer,
hudson.model.TaskListener listener) |
public String getInstallation()
public String getSource()
public String getCredentialsId()
public String getBranchPattern()
public String getModules()
public String getSubdir()
public HgBrowser getBrowser()
public boolean isClean()
protected void retrieve(jenkins.scm.api.SCMHeadObserver observer,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
retrieve in class jenkins.scm.api.SCMSourceIOExceptionInterruptedExceptionpublic hudson.scm.SCM build(jenkins.scm.api.SCMHead head,
jenkins.scm.api.SCMRevision revision)
build in class jenkins.scm.api.SCMSourceCopyright © 2004-2013. All Rights Reserved.