| Package | Description |
|---|---|
| io.fabric8.tekton.triggers.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
CELOverlay |
CELOverlayBuilder.build() |
CELOverlay |
CELInterceptorFluent.buildFirstOverlay() |
CELOverlay |
CELInterceptorFluentImpl.buildFirstOverlay() |
CELOverlay |
CELInterceptorFluent.buildLastOverlay() |
CELOverlay |
CELInterceptorFluentImpl.buildLastOverlay() |
CELOverlay |
CELInterceptorFluent.buildMatchingOverlay(Predicate<CELOverlayBuilder> predicate) |
CELOverlay |
CELInterceptorFluentImpl.buildMatchingOverlay(Predicate<CELOverlayBuilder> predicate) |
CELOverlay |
CELInterceptorFluent.buildOverlay(Integer index) |
CELOverlay |
CELInterceptorFluentImpl.buildOverlay(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<CELOverlay> |
CELInterceptorFluent.buildOverlays() |
List<CELOverlay> |
CELInterceptorFluentImpl.buildOverlays() |
List<CELOverlay> |
CELInterceptorFluent.getOverlays()
Deprecated.
|
List<CELOverlay> |
CELInterceptorFluentImpl.getOverlays()
Deprecated.
|
List<CELOverlay> |
CELInterceptor.getOverlays() |
| Modifier and Type | Method and Description |
|---|---|
CELInterceptorFluent.OverlaysNested<A> |
CELInterceptorFluent.addNewOverlayLike(CELOverlay item) |
CELInterceptorFluent.OverlaysNested<A> |
CELInterceptorFluentImpl.addNewOverlayLike(CELOverlay item) |
A |
CELInterceptorFluent.addToOverlays(CELOverlay... items) |
A |
CELInterceptorFluentImpl.addToOverlays(CELOverlay... items) |
A |
CELInterceptorFluent.addToOverlays(Integer index,
CELOverlay item) |
A |
CELInterceptorFluentImpl.addToOverlays(Integer index,
CELOverlay item) |
A |
CELInterceptorFluent.removeFromOverlays(CELOverlay... items) |
A |
CELInterceptorFluentImpl.removeFromOverlays(CELOverlay... items) |
CELInterceptorFluent.OverlaysNested<A> |
CELInterceptorFluent.setNewOverlayLike(Integer index,
CELOverlay item) |
CELInterceptorFluent.OverlaysNested<A> |
CELInterceptorFluentImpl.setNewOverlayLike(Integer index,
CELOverlay item) |
A |
CELInterceptorFluent.setToOverlays(Integer index,
CELOverlay item) |
A |
CELInterceptorFluentImpl.setToOverlays(Integer index,
CELOverlay item) |
A |
CELInterceptorFluent.withOverlays(CELOverlay... overlays) |
A |
CELInterceptorFluentImpl.withOverlays(CELOverlay... overlays) |
| Modifier and Type | Method and Description |
|---|---|
A |
CELInterceptorFluent.addAllToOverlays(Collection<CELOverlay> items) |
A |
CELInterceptorFluentImpl.addAllToOverlays(Collection<CELOverlay> items) |
A |
CELInterceptorFluent.removeAllFromOverlays(Collection<CELOverlay> items) |
A |
CELInterceptorFluentImpl.removeAllFromOverlays(Collection<CELOverlay> items) |
void |
CELInterceptor.setOverlays(List<CELOverlay> overlays) |
A |
CELInterceptorFluent.withOverlays(List<CELOverlay> overlays) |
A |
CELInterceptorFluentImpl.withOverlays(List<CELOverlay> overlays) |
| Constructor and Description |
|---|
CELOverlayBuilder(CELOverlay instance) |
CELOverlayBuilder(CELOverlay instance,
Boolean validationEnabled) |
CELOverlayBuilder(CELOverlayFluent<?> fluent,
CELOverlay instance) |
CELOverlayBuilder(CELOverlayFluent<?> fluent,
CELOverlay instance,
Boolean validationEnabled) |
CELOverlayFluentImpl(CELOverlay instance) |
| Constructor and Description |
|---|
CELInterceptor(String filter,
List<CELOverlay> overlays) |
Copyright © 2015–2023 Red Hat. All rights reserved.