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 TypeClassDescriptionclassGitSCMBuilder<B extends GitSCMBuilder<B>>TheSCMBuilderbase 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 voidAbstractGitSCMSource.decorate(GitSCMBuilder<?> builder) Performs final decoration of theGitSCMBuilder.