Uses of Class
jenkins.scm.api.trait.SCMNavigatorTrait
Packages that use SCMNavigatorTrait
Package
Description
An API/SPI to allow the sharing of common traits between different
SCMSource
and
SCMNavigator
implementations.-
Uses of SCMNavigatorTrait in jenkins.scm.api.trait
Methods in jenkins.scm.api.trait that return types with arguments of type SCMNavigatorTraitModifier and TypeMethodDescriptionSCMNavigatorTrait.all()
Returns all theSCMNavigatorTraitDescriptor
instances.Methods in jenkins.scm.api.trait with parameters of type SCMNavigatorTraitModifier and TypeMethodDescriptionfinal C
SCMNavigatorContext.withTrait
(SCMNavigatorTrait trait) Applies the suppliedSCMNavigatorTrait
.final B
SCMSourceBuilder.withTrait
(SCMNavigatorTrait trait) Apply theSCMNavigatorTrait
to thisSCMSourceBuilder
.Constructor parameters in jenkins.scm.api.trait with type arguments of type SCMNavigatorTraitModifierConstructorDescriptionprotected
SCMNavigatorTraitDescriptor
(Class<? extends SCMNavigatorTrait> clazz) Constructor to use when type inference usingSCMNavigatorTraitDescriptor()
does not work. -
Uses of SCMNavigatorTrait in jenkins.scm.impl.trait
Subclasses of SCMNavigatorTrait in jenkins.scm.impl.traitModifier and TypeClassDescriptionclass
Decorates aSCMNavigator
with aSCMSourcePrefilter
that excludes projects with names that do not match a user supplied regular expression.class
Decorates aSCMNavigator
with aSCMSourcePrefilter
that filters project names based on matching wildcard include/exclude rules.