public class WebhookInterceptorFluentImpl<A extends WebhookInterceptorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements WebhookInterceptorFluent<A>
WebhookInterceptorFluent.ObjectRefNested<N>| 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(Integer index,
io.fabric8.tekton.pipeline.v1beta1.Param item) |
A |
addToHeader(io.fabric8.tekton.pipeline.v1beta1.Param... items) |
io.fabric8.kubernetes.api.model.ObjectReference |
buildObjectRef() |
WebhookInterceptorFluent.ObjectRefNested<A> |
editObjectRef() |
WebhookInterceptorFluent.ObjectRefNested<A> |
editOrNewObjectRef() |
WebhookInterceptorFluent.ObjectRefNested<A> |
editOrNewObjectRefLike(io.fabric8.kubernetes.api.model.ObjectReference item) |
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(Integer 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()
Deprecated.
|
String |
getUrl() |
int |
hashCode() |
Boolean |
hasHeader() |
Boolean |
hasMatchingHeader(Predicate<io.fabric8.tekton.pipeline.v1beta1.Param> predicate) |
Boolean |
hasObjectRef() |
Boolean |
hasUrl() |
A |
removeAllFromHeader(Collection<io.fabric8.tekton.pipeline.v1beta1.Param> items) |
A |
removeFromHeader(io.fabric8.tekton.pipeline.v1beta1.Param... items) |
A |
setToHeader(Integer index,
io.fabric8.tekton.pipeline.v1beta1.Param item) |
String |
toString() |
A |
withHeader(List<io.fabric8.tekton.pipeline.v1beta1.Param> header) |
A |
withHeader(io.fabric8.tekton.pipeline.v1beta1.Param... header) |
WebhookInterceptorFluent.ObjectRefNested<A> |
withNewObjectRef() |
WebhookInterceptorFluent.ObjectRefNested<A> |
withNewObjectRefLike(io.fabric8.kubernetes.api.model.ObjectReference item) |
A |
withObjectRef(io.fabric8.kubernetes.api.model.ObjectReference objectRef) |
A |
withUrl(String url) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic WebhookInterceptorFluentImpl()
public WebhookInterceptorFluentImpl(WebhookInterceptor instance)
public A addToHeader(Integer index, io.fabric8.tekton.pipeline.v1beta1.Param item)
addToHeader in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A setToHeader(Integer 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(Integer 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>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectReference getObjectRef()
getObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public io.fabric8.kubernetes.api.model.ObjectReference buildObjectRef()
buildObjectRef 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>>public WebhookInterceptorFluent.ObjectRefNested<A> withNewObjectRef()
withNewObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public WebhookInterceptorFluent.ObjectRefNested<A> withNewObjectRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
withNewObjectRefLike in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public WebhookInterceptorFluent.ObjectRefNested<A> editObjectRef()
editObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public WebhookInterceptorFluent.ObjectRefNested<A> editOrNewObjectRef()
editOrNewObjectRef in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public WebhookInterceptorFluent.ObjectRefNested<A> editOrNewObjectRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
editOrNewObjectRefLike in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public String getUrl()
getUrl in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public A withUrl(String url)
withUrl in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public Boolean hasUrl()
hasUrl in interface WebhookInterceptorFluent<A extends WebhookInterceptorFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WebhookInterceptorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends WebhookInterceptorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.