| Package | Description |
|---|---|
| io.fabric8.tekton.triggers.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InterceptorParams |
InterceptorParamsBuilder.build() |
InterceptorParams |
TriggerInterceptorFluent.buildFirstParam() |
InterceptorParams |
TriggerInterceptorFluentImpl.buildFirstParam() |
InterceptorParams |
TriggerInterceptorFluent.buildLastParam() |
InterceptorParams |
TriggerInterceptorFluentImpl.buildLastParam() |
InterceptorParams |
TriggerInterceptorFluent.buildMatchingParam(Predicate<InterceptorParamsBuilder> predicate) |
InterceptorParams |
TriggerInterceptorFluentImpl.buildMatchingParam(Predicate<InterceptorParamsBuilder> predicate) |
InterceptorParams |
TriggerInterceptorFluent.buildParam(Integer index) |
InterceptorParams |
TriggerInterceptorFluentImpl.buildParam(Integer index) |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorParams> |
TriggerInterceptorFluent.buildParams() |
List<InterceptorParams> |
TriggerInterceptorFluentImpl.buildParams() |
List<InterceptorParams> |
TriggerInterceptorFluent.getParams()
Deprecated.
|
List<InterceptorParams> |
TriggerInterceptorFluentImpl.getParams()
Deprecated.
|
List<InterceptorParams> |
TriggerInterceptor.getParams() |
| Modifier and Type | Method and Description |
|---|---|
A |
TriggerInterceptorFluent.addAllToParams(Collection<InterceptorParams> items) |
A |
TriggerInterceptorFluentImpl.addAllToParams(Collection<InterceptorParams> items) |
A |
TriggerInterceptorFluent.removeAllFromParams(Collection<InterceptorParams> items) |
A |
TriggerInterceptorFluentImpl.removeAllFromParams(Collection<InterceptorParams> items) |
void |
TriggerInterceptor.setParams(List<InterceptorParams> params) |
A |
TriggerInterceptorFluent.withParams(List<InterceptorParams> params) |
A |
TriggerInterceptorFluentImpl.withParams(List<InterceptorParams> params) |
| Constructor and Description |
|---|
InterceptorParamsBuilder(InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParams instance,
Boolean validationEnabled) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance,
Boolean validationEnabled) |
InterceptorParamsFluentImpl(InterceptorParams instance) |
| Constructor and Description |
|---|
TriggerInterceptor(BitbucketInterceptor bitbucket,
CELInterceptor cel,
GitHubInterceptor github,
GitLabInterceptor gitlab,
String name,
List<InterceptorParams> params,
InterceptorRef ref,
WebhookInterceptor webhook) |
Copyright © 2015–2023 Red Hat. All rights reserved.