Uses of Class
jenkins.scm.api.trait.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
Modifier and TypeMethodDescriptionSCMNavigatorTrait.all()
Returns all theSCMNavigatorTraitDescriptor
instances.Modifier and TypeMethodDescriptionfinal C
SCMNavigatorContext.withTrait
(SCMNavigatorTrait trait) Applies the suppliedSCMNavigatorTrait
.final B
SCMSourceBuilder.withTrait
(SCMNavigatorTrait trait) Apply theSCMNavigatorTrait
to thisSCMSourceBuilder
.ModifierConstructorDescriptionprotected
SCMNavigatorTraitDescriptor
(Class<? extends SCMNavigatorTrait> clazz) Constructor to use when type inference usingSCMNavigatorTraitDescriptor()
does not work. -
Uses of SCMNavigatorTrait in jenkins.scm.impl.trait
Modifier 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.