| 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 |
|---|---|
List<SCMSourceDecorator<?,?>> |
SCMNavigatorContext.decorators()
Returns the (possibly empty) list of
SCMSourceDecorator instances to apply to discovered projects. |
List<SCMSourceDecorator<?,?>> |
SCMNavigatorRequest.decorators()
Returns the
SCMSourceDecorator instances to apply to SCMSource instances. |
| Modifier and Type | Method and Description |
|---|---|
C |
SCMNavigatorContext.withDecorator(SCMSourceDecorator<?,?> decorator)
Adds the supplied
SCMSourceDecorator. |
C |
SCMNavigatorContext.withDecorators(SCMSourceDecorator<?,?>... decorators)
Adds the supplied
SCMSourceDecorator instances. |
| Modifier and Type | Method and Description |
|---|---|
C |
SCMNavigatorContext.withDecorators(Collection<? extends SCMSourceDecorator<?,?>> decorators)
Adds the supplied
SCMSourceDecorator instances. |
Copyright © 2016–2019. All rights reserved.