Uses of Class
jenkins.scm.api.SCMSourceCriteria.Probe
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.-
Uses of SCMSourceCriteria.Probe in jenkins.scm.api
Modifier and TypeClassDescriptionclass
An unmanagedSCMSourceCriteria.Probe
that has its lifecycle managed outside ofSCMSource.fetch(TaskListener)
.Modifier and TypeMethodDescriptionboolean
SCMSourceCriteria.isHead
(SCMSourceCriteria.Probe probe, TaskListener listener) Validates if a potential head is actually a head. -
Uses of SCMSourceCriteria.Probe in jenkins.scm.api.trait
Modifier and TypeMethodDescriptionCreates aSCMSourceCriteria.Probe
(ideally aSCMProbe
) for the specifiedSCMHead
andSCMRevision
produced bySCMSourceRequest.RevisionLambda
or intermediate produced bySCMSourceRequest.IntermediateLambda