Uses of Class
jenkins.plugins.git.GitSCMBuilder
-
Packages that use GitSCMBuilder Package Description jenkins.plugins.git -
-
Uses of GitSCMBuilder in jenkins.plugins.git
Classes in jenkins.plugins.git with type parameters of type GitSCMBuilder Modifier and Type Class Description classGitSCMBuilder<B extends GitSCMBuilder<B>>TheSCMBuilderbase class forAbstractGitSCMSource.Methods in jenkins.plugins.git that return GitSCMBuilder Modifier and Type Method Description protected 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 GitSCMBuilder Modifier and Type Method Description protected voidAbstractGitSCMSource. decorate(GitSCMBuilder<?> builder)Performs final decoration of theGitSCMBuilder.
-