Package | Description |
---|---|
jenkins.scm.api |
The public API contract of the SCM API plugin.
|
jenkins.scm.api.trait |
An API/SPI to allow the sharing of common traits between different
SCMSource and
SCMNavigator implementations. |
Modifier and Type | Class and Description |
---|---|
class |
SCMProbe
An unmanaged
SCMSourceCriteria.Probe that has its lifecycle managed outside of
SCMSource.fetch(TaskListener) . |
Modifier and Type | Method and Description |
---|---|
boolean |
SCMSourceCriteria.isHead(SCMSourceCriteria.Probe probe,
TaskListener listener)
Validates if a potential head is actually a head.
|
Modifier and Type | Method and Description |
---|---|
SCMSourceCriteria.Probe |
SCMSourceRequest.ProbeLambda.create(H head,
I revisionInfo)
Creates a
SCMSourceCriteria.Probe (ideally a SCMProbe ) for the specified SCMHead
and SCMRevision produced by SCMSourceRequest.RevisionLambda or intermediate produced by
SCMSourceRequest.IntermediateLambda |
Copyright © 2016–2022. All rights reserved.