public class GitHubSourceSpecFluentImpl<A extends GitHubSourceSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitHubSourceSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GitHubSourceSpecFluentImpl.AccessTokenNestedImpl<N> |
class |
GitHubSourceSpecFluentImpl.CeOverridesNestedImpl<N> |
class |
GitHubSourceSpecFluentImpl.SecretTokenNestedImpl<N> |
class |
GitHubSourceSpecFluentImpl.SinkNestedImpl<N> |
GitHubSourceSpecFluent.AccessTokenNested<N>, GitHubSourceSpecFluent.CeOverridesNested<N>, GitHubSourceSpecFluent.SecretTokenNested<N>, GitHubSourceSpecFluent.SinkNested<N>| Constructor and Description |
|---|
GitHubSourceSpecFluentImpl() |
GitHubSourceSpecFluentImpl(GitHubSourceSpec instance) |
public GitHubSourceSpecFluentImpl()
public GitHubSourceSpecFluentImpl(GitHubSourceSpec instance)
@Deprecated public SecretValueFromSource getAccessToken()
getAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public SecretValueFromSource buildAccessToken()
buildAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withAccessToken(SecretValueFromSource accessToken)
withAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasAccessToken()
hasAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.AccessTokenNested<A> withNewAccessToken()
withNewAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.AccessTokenNested<A> withNewAccessTokenLike(SecretValueFromSource item)
withNewAccessTokenLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.AccessTokenNested<A> editAccessToken()
editAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.AccessTokenNested<A> editOrNewAccessToken()
editOrNewAccessToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.AccessTokenNested<A> editOrNewAccessTokenLike(SecretValueFromSource item)
editOrNewAccessTokenLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>@Deprecated public CloudEventOverrides getCeOverrides()
getCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public CloudEventOverrides buildCeOverrides()
buildCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withCeOverrides(CloudEventOverrides ceOverrides)
withCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasCeOverrides()
hasCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.CeOverridesNested<A> withNewCeOverrides()
withNewCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.CeOverridesNested<A> withNewCeOverridesLike(CloudEventOverrides item)
withNewCeOverridesLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.CeOverridesNested<A> editCeOverrides()
editCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.CeOverridesNested<A> editOrNewCeOverrides()
editOrNewCeOverrides in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.CeOverridesNested<A> editOrNewCeOverridesLike(CloudEventOverrides item)
editOrNewCeOverridesLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A addToEventTypes(int index, String item)
addToEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A setToEventTypes(int index, String item)
setToEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A addToEventTypes(String... items)
addToEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A addAllToEventTypes(Collection<String> items)
addAllToEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A removeFromEventTypes(String... items)
removeFromEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A removeAllFromEventTypes(Collection<String> items)
removeAllFromEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public List<String> getEventTypes()
getEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getEventType(int index)
getEventType in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getFirstEventType()
getFirstEventType in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getLastEventType()
getLastEventType in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getMatchingEventType(Predicate<String> predicate)
getMatchingEventType in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasMatchingEventType(Predicate<String> predicate)
hasMatchingEventType in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withEventTypes(List<String> eventTypes)
withEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withEventTypes(String... eventTypes)
withEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasEventTypes()
hasEventTypes in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A addNewEventType(String arg0)
addNewEventType in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getGithubAPIURL()
getGithubAPIURL in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withGithubAPIURL(String githubAPIURL)
withGithubAPIURL in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasGithubAPIURL()
hasGithubAPIURL in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>@Deprecated public A withNewGithubAPIURL(String arg0)
withNewGithubAPIURL in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getOwnerAndRepository()
getOwnerAndRepository in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withOwnerAndRepository(String ownerAndRepository)
withOwnerAndRepository in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasOwnerAndRepository()
hasOwnerAndRepository in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>@Deprecated public A withNewOwnerAndRepository(String arg0)
withNewOwnerAndRepository in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>@Deprecated public SecretValueFromSource getSecretToken()
getSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public SecretValueFromSource buildSecretToken()
buildSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withSecretToken(SecretValueFromSource secretToken)
withSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasSecretToken()
hasSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SecretTokenNested<A> withNewSecretToken()
withNewSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SecretTokenNested<A> withNewSecretTokenLike(SecretValueFromSource item)
withNewSecretTokenLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SecretTokenNested<A> editSecretToken()
editSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SecretTokenNested<A> editOrNewSecretToken()
editOrNewSecretToken in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SecretTokenNested<A> editOrNewSecretTokenLike(SecretValueFromSource item)
editOrNewSecretTokenLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean getSecure()
getSecure in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withSecure(Boolean secure)
withSecure in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasSecure()
hasSecure in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public String getServiceAccountName()
getServiceAccountName in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withServiceAccountName(String serviceAccountName)
withServiceAccountName in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasServiceAccountName()
hasServiceAccountName in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>@Deprecated public A withNewServiceAccountName(String arg0)
withNewServiceAccountName in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>@Deprecated public Destination getSink()
getSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Destination buildSink()
buildSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public A withSink(Destination sink)
withSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public Boolean hasSink()
hasSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SinkNested<A> withNewSink()
withNewSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SinkNested<A> withNewSinkLike(Destination item)
withNewSinkLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SinkNested<A> editSink()
editSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SinkNested<A> editOrNewSink()
editOrNewSink in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>public GitHubSourceSpecFluent.SinkNested<A> editOrNewSinkLike(Destination item)
editOrNewSinkLike in interface GitHubSourceSpecFluent<A extends GitHubSourceSpecFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.