Package | Description |
---|---|
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 |
SCMNavigatorContext<C extends SCMNavigatorContext<C,R>,R extends SCMNavigatorRequest>
Represents the context within which a
SCMNavigator is processing requests. |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SCMSourceFilter.isExcluded(SCMNavigatorRequest request,
String projectName)
Checks if the supplied project name is excluded from the specified
SCMNavigatorRequest . |
B |
SCMSourceBuilder.withRequest(SCMNavigatorRequest request)
Apply the
SCMNavigatorRequest to this SCMSourceBuilder . |
Copyright © 2016–2022. All rights reserved.