Package hudson.plugins.mercurial
Class MercurialSCMBuilder<B extends MercurialSCMBuilder<B>>
java.lang.Object
jenkins.scm.api.trait.SCMBuilder<B,MercurialSCM>
hudson.plugins.mercurial.MercurialSCMBuilder<B>
public class MercurialSCMBuilder<B extends MercurialSCMBuilder<B>>
extends jenkins.scm.api.trait.SCMBuilder<B,MercurialSCM>
-
Constructor Summary
ConstructorsConstructorDescriptionMercurialSCMBuilder
(jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision revision, String source, String credentialsId) -
Method Summary
Modifier and TypeMethodDescriptionfinal HgBrowser
browser()
build()
final boolean
clean()
final String
final String
final String
source()
withBrowser
(HgBrowser browser) withClean
(boolean clean) withCredentialsId
(String credentialsId) withInstallation
(String installation) withSource
(String source) Methods inherited from class jenkins.scm.api.trait.SCMBuilder
head, revision, scmClass, withHead, withRevision, withTrait, withTraits, withTraits
-
Constructor Details
-
MercurialSCMBuilder
-
-
Method Details
-
browser
-
clean
public final boolean clean() -
credentialsId
-
installation
-
source
-
withBrowser
-
withClean
-
withCredentialsId
-
withInstallation
-
withSource
-
build
- Specified by:
build
in classjenkins.scm.api.trait.SCMBuilder<B extends MercurialSCMBuilder<B>,
MercurialSCM>
-