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 | Method and Description |
---|---|
boolean |
SCMNavigatorRequest.process(String projectName,
SCMNavigatorRequest.SourceLambda sourceFactory,
SCMNavigatorRequest.AttributeLambda attributeFactory,
SCMNavigatorRequest.Witness... witnesses)
Processes a named project in the scope of the current request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SCMNavigatorRequest.process(String projectName,
List<SCMNavigatorRequest.SourceLambda> sourceFactories,
List<SCMNavigatorRequest.AttributeLambda> attributeFactories,
SCMNavigatorRequest.Witness... witnesses)
Processes a named project in the scope of the current request.
|
Copyright © 2016–2022. All rights reserved.