| Package | Description |
|---|---|
| io.fabric8.tekton.triggers.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InterceptorSpec |
InterceptorSpecBuilder.build() |
InterceptorSpec |
InterceptorFluent.buildSpec() |
InterceptorSpec |
InterceptorFluentImpl.buildSpec() |
InterceptorSpec |
InterceptorFluent.getSpec()
Deprecated.
|
InterceptorSpec |
InterceptorFluentImpl.getSpec()
Deprecated.
|
InterceptorSpec |
Interceptor.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorFluent.SpecNested<A> |
InterceptorFluent.editOrNewSpecLike(InterceptorSpec item) |
InterceptorFluent.SpecNested<A> |
InterceptorFluentImpl.editOrNewSpecLike(InterceptorSpec item) |
void |
Interceptor.setSpec(InterceptorSpec spec) |
InterceptorFluent.SpecNested<A> |
InterceptorFluent.withNewSpecLike(InterceptorSpec item) |
InterceptorFluent.SpecNested<A> |
InterceptorFluentImpl.withNewSpecLike(InterceptorSpec item) |
A |
InterceptorFluent.withSpec(InterceptorSpec spec) |
A |
InterceptorFluentImpl.withSpec(InterceptorSpec spec) |
| Constructor and Description |
|---|
Interceptor(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
InterceptorSpec spec,
InterceptorStatus status) |
InterceptorSpecBuilder(InterceptorSpec instance) |
InterceptorSpecBuilder(InterceptorSpec instance,
Boolean validationEnabled) |
InterceptorSpecBuilder(InterceptorSpecFluent<?> fluent,
InterceptorSpec instance) |
InterceptorSpecBuilder(InterceptorSpecFluent<?> fluent,
InterceptorSpec instance,
Boolean validationEnabled) |
InterceptorSpecFluentImpl(InterceptorSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.