| Package | Description |
|---|---|
| io.fabric8.tekton.triggers.v1alpha1 |
| Modifier and Type | Method and Description |
|---|---|
InterceptorStatus |
InterceptorStatusBuilder.build() |
InterceptorStatus |
InterceptorFluent.buildStatus() |
InterceptorStatus |
InterceptorFluentImpl.buildStatus() |
InterceptorStatus |
InterceptorFluent.getStatus()
Deprecated.
|
InterceptorStatus |
InterceptorFluentImpl.getStatus()
Deprecated.
|
InterceptorStatus |
Interceptor.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
InterceptorFluent.StatusNested<A> |
InterceptorFluent.editOrNewStatusLike(InterceptorStatus item) |
InterceptorFluent.StatusNested<A> |
InterceptorFluentImpl.editOrNewStatusLike(InterceptorStatus item) |
void |
Interceptor.setStatus(InterceptorStatus status) |
InterceptorFluent.StatusNested<A> |
InterceptorFluent.withNewStatusLike(InterceptorStatus item) |
InterceptorFluent.StatusNested<A> |
InterceptorFluentImpl.withNewStatusLike(InterceptorStatus item) |
A |
InterceptorFluent.withStatus(InterceptorStatus status) |
A |
InterceptorFluentImpl.withStatus(InterceptorStatus status) |
| Constructor and Description |
|---|
Interceptor(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
InterceptorSpec spec,
InterceptorStatus status) |
InterceptorStatusBuilder(InterceptorStatus instance) |
InterceptorStatusBuilder(InterceptorStatus instance,
Boolean validationEnabled) |
InterceptorStatusBuilder(InterceptorStatusFluent<?> fluent,
InterceptorStatus instance) |
InterceptorStatusBuilder(InterceptorStatusFluent<?> fluent,
InterceptorStatus instance,
Boolean validationEnabled) |
InterceptorStatusFluentImpl(InterceptorStatus instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.