| Modifier and Type | Method and Description |
|---|---|
InterceptorParams |
InterceptorParamsBuilder.build() |
InterceptorParams |
TriggerInterceptorFluent.buildFirstParam() |
InterceptorParams |
TriggerInterceptorFluent.buildLastParam() |
InterceptorParams |
TriggerInterceptorFluent.buildMatchingParam(Predicate<InterceptorParamsBuilder> predicate) |
InterceptorParams |
TriggerInterceptorFluent.buildParam(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorParams> |
TriggerInterceptorFluent.buildParams() |
List<InterceptorParams> |
TriggerInterceptor.getParams() |
| Modifier and Type | Method and Description |
|---|---|
TriggerInterceptorFluent.ParamsNested<A> |
TriggerInterceptorFluent.addNewParamLike(InterceptorParams item) |
A |
TriggerInterceptorFluent.addToParams(InterceptorParams... items) |
A |
TriggerInterceptorFluent.addToParams(int index,
InterceptorParams item) |
protected void |
InterceptorParamsFluent.copyInstance(InterceptorParams instance) |
A |
TriggerInterceptorFluent.removeFromParams(InterceptorParams... items) |
TriggerInterceptorFluent.ParamsNested<A> |
TriggerInterceptorFluent.setNewParamLike(int index,
InterceptorParams item) |
A |
TriggerInterceptorFluent.setToParams(int index,
InterceptorParams item) |
A |
TriggerInterceptorFluent.withParams(InterceptorParams... params) |
| Modifier and Type | Method and Description |
|---|---|
A |
TriggerInterceptorFluent.addAllToParams(Collection<InterceptorParams> items) |
A |
TriggerInterceptorFluent.removeAllFromParams(Collection<InterceptorParams> items) |
void |
TriggerInterceptor.setParams(List<InterceptorParams> params) |
A |
TriggerInterceptorFluent.withParams(List<InterceptorParams> params) |
| Constructor and Description |
|---|
InterceptorParamsBuilder(InterceptorParams instance) |
InterceptorParamsBuilder(InterceptorParamsFluent<?> fluent,
InterceptorParams instance) |
InterceptorParamsFluent(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–2024 Red Hat. All rights reserved.