public class GitHubInterceptorFluentImpl<A extends GitHubInterceptorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitHubInterceptorFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitHubInterceptorFluentImpl.SecretRefNestedImpl<N> |
GitHubInterceptorFluent.SecretRefNested<N>| Constructor and Description |
|---|
GitHubInterceptorFluentImpl() |
GitHubInterceptorFluentImpl(GitHubInterceptor instance) |
public GitHubInterceptorFluentImpl()
public GitHubInterceptorFluentImpl(GitHubInterceptor instance)
public A addToEventTypes(int index, String item)
addToEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A setToEventTypes(int index, String item)
setToEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A addToEventTypes(String... items)
addToEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A addAllToEventTypes(Collection<String> items)
addAllToEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A removeFromEventTypes(String... items)
removeFromEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A removeAllFromEventTypes(Collection<String> items)
removeAllFromEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public List<String> getEventTypes()
getEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public String getEventType(int index)
getEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public String getFirstEventType()
getFirstEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public String getLastEventType()
getLastEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public String getMatchingEventType(Predicate<String> predicate)
getMatchingEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public Boolean hasMatchingEventType(Predicate<String> predicate)
hasMatchingEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A withEventTypes(List<String> eventTypes)
withEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A withEventTypes(String... eventTypes)
withEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public Boolean hasEventTypes()
hasEventTypes in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A addNewEventType(String arg1)
addNewEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A addNewEventType(StringBuilder arg1)
addNewEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A addNewEventType(StringBuffer arg1)
addNewEventType in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>@Deprecated public SecretRef getSecretRef()
getSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public SecretRef buildSecretRef()
buildSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A withSecretRef(SecretRef secretRef)
withSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public Boolean hasSecretRef()
hasSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public A withNewSecretRef(String namespace, String secretKey, String secretName)
withNewSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public GitHubInterceptorFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public GitHubInterceptorFluent.SecretRefNested<A> withNewSecretRefLike(SecretRef item)
withNewSecretRefLike in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public GitHubInterceptorFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public GitHubInterceptorFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>public GitHubInterceptorFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
editOrNewSecretRefLike in interface GitHubInterceptorFluent<A extends GitHubInterceptorFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.