Uses of Class
jenkins.plugins.git.GitSCMBuilder
Packages that use GitSCMBuilder
-
Uses of GitSCMBuilder in jenkins.plugins.git
Classes in jenkins.plugins.git with type parameters of type GitSCMBuilderModifier and TypeClassDescriptionclass
GitSCMBuilder<B extends GitSCMBuilder<B>>
TheSCMBuilder
base class forAbstractGitSCMSource
.Methods in jenkins.plugins.git that return GitSCMBuilderModifier and TypeMethodDescriptionprotected GitSCMBuilder<?>
AbstractGitSCMSource.newBuilder
(jenkins.scm.api.SCMHead head, jenkins.scm.api.SCMRevision revision) Instantiates a newGitSCMBuilder
.Methods in jenkins.plugins.git with parameters of type GitSCMBuilderModifier and TypeMethodDescriptionprotected void
AbstractGitSCMSource.decorate
(GitSCMBuilder<?> builder) Performs final decoration of theGitSCMBuilder
.