public class GitLabSourceSpecFluentImpl<A extends GitLabSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitLabSourceSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitLabSourceSpecFluentImpl.AccessTokenNestedImpl<N> |
class |
GitLabSourceSpecFluentImpl.SecretTokenNestedImpl<N> |
class |
GitLabSourceSpecFluentImpl.SinkNestedImpl<N> |
GitLabSourceSpecFluent.AccessTokenNested<N>, GitLabSourceSpecFluent.SecretTokenNested<N>, GitLabSourceSpecFluent.SinkNested<N>| Constructor and Description |
|---|
GitLabSourceSpecFluentImpl() |
GitLabSourceSpecFluentImpl(GitLabSourceSpec instance) |
public GitLabSourceSpecFluentImpl()
public GitLabSourceSpecFluentImpl(GitLabSourceSpec instance)
@Deprecated public SecretValueFromSource getAccessToken()
getAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public SecretValueFromSource buildAccessToken()
buildAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withAccessToken(SecretValueFromSource accessToken)
withAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasAccessToken()
hasAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.AccessTokenNested<A> withNewAccessToken()
withNewAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.AccessTokenNested<A> withNewAccessTokenLike(SecretValueFromSource item)
withNewAccessTokenLike in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.AccessTokenNested<A> editAccessToken()
editAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.AccessTokenNested<A> editOrNewAccessToken()
editOrNewAccessToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.AccessTokenNested<A> editOrNewAccessTokenLike(SecretValueFromSource item)
editOrNewAccessTokenLike in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A addToEventTypes(int index, String item)
addToEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A setToEventTypes(int index, String item)
setToEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A addToEventTypes(String... items)
addToEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A addAllToEventTypes(Collection<String> items)
addAllToEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A removeFromEventTypes(String... items)
removeFromEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A removeAllFromEventTypes(Collection<String> items)
removeAllFromEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public List<String> getEventTypes()
getEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public String getEventType(int index)
getEventType in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public String getFirstEventType()
getFirstEventType in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public String getLastEventType()
getLastEventType in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public String getMatchingEventType(Predicate<String> predicate)
getMatchingEventType in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasMatchingEventType(Predicate<String> predicate)
hasMatchingEventType in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withEventTypes(List<String> eventTypes)
withEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withEventTypes(String... eventTypes)
withEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasEventTypes()
hasEventTypes in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A addNewEventType(String arg0)
addNewEventType in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public String getProjectUrl()
getProjectUrl in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withProjectUrl(String projectUrl)
withProjectUrl in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasProjectUrl()
hasProjectUrl in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>@Deprecated public A withNewProjectUrl(String arg0)
withNewProjectUrl in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>@Deprecated public SecretValueFromSource getSecretToken()
getSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public SecretValueFromSource buildSecretToken()
buildSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withSecretToken(SecretValueFromSource secretToken)
withSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasSecretToken()
hasSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SecretTokenNested<A> withNewSecretToken()
withNewSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SecretTokenNested<A> withNewSecretTokenLike(SecretValueFromSource item)
withNewSecretTokenLike in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SecretTokenNested<A> editSecretToken()
editSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SecretTokenNested<A> editOrNewSecretToken()
editOrNewSecretToken in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SecretTokenNested<A> editOrNewSecretTokenLike(SecretValueFromSource item)
editOrNewSecretTokenLike in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public String getServiceAccountName()
getServiceAccountName in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withServiceAccountName(String serviceAccountName)
withServiceAccountName in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasServiceAccountName()
hasServiceAccountName in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>@Deprecated public A withNewServiceAccountName(String arg0)
withNewServiceAccountName in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>@Deprecated public Destination getSink()
getSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Destination buildSink()
buildSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withSink(Destination sink)
withSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasSink()
hasSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SinkNested<A> withNewSink()
withNewSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
withNewSinkLike in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SinkNested<A> editSink()
editSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SinkNested<A> editOrNewSink()
editOrNewSink in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public GitLabSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
editOrNewSinkLike in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean getSslverify()
getSslverify in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public A withSslverify(Boolean sslverify)
withSslverify in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>public Boolean hasSslverify()
hasSslverify in interface GitLabSourceSpecFluent<A extends GitLabSourceSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.