public class WebhookInterceptorFluentImpl<A extends WebhookInterceptorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements WebhookInterceptorFluent<A>
| Constructor and Description |
|---|
WebhookInterceptorFluentImpl() |
WebhookInterceptorFluentImpl(WebhookInterceptor instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToHeader(Collection<io.fabric8.tekton.pipeline.v1beta1.Param> items) |
A |
addToHeader(int index,
io.fabric8.tekton.pipeline.v1beta1.Param item) |
A |
addToHeader(io.fabric8.tekton.pipeline.v1beta1.Param... items) |
boolean |
equals(Object o) |
io.fabric8.tekton.pipeline.v1beta1.Param |
getFirstHeader() |
List<io.fabric8.tekton.pipeline.v1beta1.Param> |
getHeader() |
io.fabric8.tekton.pipeline.v1beta1.Param |
getHeader(int index) |
io.fabric8.tekton.pipeline.v1beta1.Param |
getLastHeader() |
io.fabric8.tekton.pipeline.v1beta1.Param |
getMatchingHeader(Predicate<io.fabric8.tekton.pipeline.v1beta1.Param> predicate) |
io.fabric8.kubernetes.api.model.ObjectReference |
getObjectRef() |
int |
hashCode() |
Boolean |
hasHeader() |
Boolean |
hasMatchingHeader(Predicate<io.fabric8.tekton.pipeline.v1beta1.Param> predicate) |
Boolean |
hasObjectRef() |
A |
removeAllFromHeader(Collection<io.fabric8.tekton.pipeline.v1beta1.Param> items) |
A |
removeFromHeader(io.fabric8.tekton.pipeline.v1beta1.Param... items) |
A |
setToHeader(int index,
io.fabric8.tekton.pipeline.v1beta1.Param item) |
A |
withHeader(List<io.fabric8.tekton.pipeline.v1beta1.Param> header) |
A |
withHeader(io.fabric8.tekton.pipeline.v1beta1.Param... header) |
A |
withObjectRef(io.fabric8.kubernetes.api.model.ObjectReference objectRef) |
public WebhookInterceptorFluentImpl()
public WebhookInterceptorFluentImpl(WebhookInterceptor instance)
public A addToHeader(int index, io.fabric8.tekton.pipeline.v1beta1.Param item)
addToHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A setToHeader(int index, io.fabric8.tekton.pipeline.v1beta1.Param item)
setToHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A addToHeader(io.fabric8.tekton.pipeline.v1beta1.Param... items)
addToHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A addAllToHeader(Collection<io.fabric8.tekton.pipeline.v1beta1.Param> items)
addAllToHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A removeFromHeader(io.fabric8.tekton.pipeline.v1beta1.Param... items)
removeFromHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A removeAllFromHeader(Collection<io.fabric8.tekton.pipeline.v1beta1.Param> items)
removeAllFromHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public List<io.fabric8.tekton.pipeline.v1beta1.Param> getHeader()
getHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public io.fabric8.tekton.pipeline.v1beta1.Param getHeader(int index)
getHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public io.fabric8.tekton.pipeline.v1beta1.Param getFirstHeader()
getFirstHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public io.fabric8.tekton.pipeline.v1beta1.Param getLastHeader()
getLastHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public io.fabric8.tekton.pipeline.v1beta1.Param getMatchingHeader(Predicate<io.fabric8.tekton.pipeline.v1beta1.Param> predicate)
getMatchingHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public Boolean hasMatchingHeader(Predicate<io.fabric8.tekton.pipeline.v1beta1.Param> predicate)
hasMatchingHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A withHeader(List<io.fabric8.tekton.pipeline.v1beta1.Param> header)
withHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A withHeader(io.fabric8.tekton.pipeline.v1beta1.Param... header)
withHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public Boolean hasHeader()
hasHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public io.fabric8.kubernetes.api.model.ObjectReference getObjectRef()
getObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A withObjectRef(io.fabric8.kubernetes.api.model.ObjectReference objectRef)
withObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public Boolean hasObjectRef()
hasObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.