Uses of Class
jenkins.scm.api.trait.SCMBuilder
Packages that use SCMBuilder
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations.-
Uses of SCMBuilder in jenkins.scm.api.trait
Classes in jenkins.scm.api.trait with type parameters of type SCMBuilderModifier and TypeClassDescriptionclassSCMBuilder<B extends SCMBuilder<B,S>, S extends SCM> Builder for aSCMinstance.Methods in jenkins.scm.api.trait that return types with arguments of type SCMBuilderModifier and TypeMethodDescriptionClass<? extends SCMBuilder>SCMSourceTraitDescriptor.getBuilderClass()Returns the type ofSCMBuilderthat thisSCMSourceTraitis applicable to.Methods in jenkins.scm.api.trait with parameters of type SCMBuilderModifier and TypeMethodDescriptionfinal voidSCMSourceTrait.applyToBuilder(SCMBuilder<?, ?> builder) Applies this trait to theSCMBuilder.protected voidSCMSourceTrait.decorateBuilder(SCMBuilder<?, ?> builder) SPI: Override this method to decorate aSCMBuilder.booleanSCMSourceTraitDescriptor.isApplicableToBuilder(SCMBuilder<?, ?> builder) Checks if theSCMSourceTraitis relevant to the specifiedSCMBuilder.Method parameters in jenkins.scm.api.trait with type arguments of type SCMBuilderModifier and TypeMethodDescriptionbooleanSCMSourceTraitDescriptor.isApplicableToBuilder(Class<? extends SCMBuilder> builderClass) Checks if theSCMSourceTraitis relevant to the specified type ofSCMBuilder.