Uses of Interface
jenkins.scm.api.SCMSourceCriteria
Packages that use SCMSourceCriteria
Package
Description
The public API contract of the SCM API plugin.
An API/SPI to allow the sharing of common traits between different 
SCMSource and
 SCMNavigator implementations.The common implementations of classes in the public API.
- 
Uses of SCMSourceCriteria in jenkins.scm.apiMethods in jenkins.scm.api that return SCMSourceCriteriaModifier and TypeMethodDescriptionprotected final SCMSourceCriteriaSCMSource.getCriteria()Returns the branch criteria.default SCMSourceCriteriaSCMSourceOwner.getSCMSourceCriteria(SCMSource source) Returns the criteria for determining if a candidate head is relevant for consumption.Methods in jenkins.scm.api with parameters of type SCMSourceCriteriaModifier and TypeMethodDescriptionfinal <O extends SCMHeadObserver>
 OSCMSource.fetch(SCMSourceCriteria criteria, O observer, TaskListener listener) Fetches the latest heads and corresponding revisions.final <O extends SCMHeadObserver>
 OSCMSource.fetch(SCMSourceCriteria criteria, O observer, SCMHeadEvent<?> event, TaskListener listener) Fetches the latest heads and corresponding revisions scoped against a specific event.SCMSource.retrieve(SCMSourceCriteria criteria, TaskListener listener) SPI: Fetches the current list of heads.protected voidSCMSource.retrieve(SCMSourceCriteria criteria, SCMHeadObserver observer, TaskListener listener) Deprecated.protected abstract voidSCMSource.retrieve(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener) SPI: Fetches the latest heads and corresponding revisions that are originating from the supplied event.
- 
Uses of SCMSourceCriteria in jenkins.scm.api.traitMethods in jenkins.scm.api.trait that return types with arguments of type SCMSourceCriteriaModifier and TypeMethodDescriptionfinal List<SCMSourceCriteria>SCMSourceContext.criteria()Returns the (possibly empty) list of criteria that must be met by a candidateSCMHead.final List<SCMSourceCriteria>SCMSourceRequest.getCriteria()Returns theSCMSourceCriteriabeing used for this request.Methods in jenkins.scm.api.trait with parameters of type SCMSourceCriteriaModifier and TypeMethodDescriptionfinal CSCMSourceContext.withCriteria(SCMSourceCriteria criteria) Adds an additionalSCMSourceCriteria.Constructors in jenkins.scm.api.trait with parameters of type SCMSourceCriteriaModifierConstructorDescriptionSCMSourceContext(SCMSourceCriteria criteria, SCMHeadObserver observer) Constructor.
- 
Uses of SCMSourceCriteria in jenkins.scm.implMethods in jenkins.scm.impl with parameters of type SCMSourceCriteriaModifier and TypeMethodDescriptionprotected voidNullSCMSource.retrieve(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener) SPI: Fetches the latest heads and corresponding revisions that are originating from the supplied event.protected voidSingleSCMSource.retrieve(SCMSourceCriteria criteria, SCMHeadObserver observer, SCMHeadEvent<?> event, TaskListener listener) 
SCMSource.retrieve(SCMSourceCriteria, SCMHeadObserver, SCMHeadEvent, TaskListener)