public class GitBuildSourceFluentImpl<A extends GitBuildSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitBuildSourceFluent<A>
| Constructor and Description |
|---|
GitBuildSourceFluentImpl() |
GitBuildSourceFluentImpl(GitBuildSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
String |
getRef() |
String |
getUri() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasHttpProxy() |
Boolean |
hasHttpsProxy() |
Boolean |
hasNoProxy() |
Boolean |
hasRef() |
Boolean |
hasUri() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withNoProxy(String noProxy) |
A |
withRef(String ref) |
A |
withUri(String uri) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GitBuildSourceFluentImpl()
public GitBuildSourceFluentImpl(GitBuildSource instance)
public String getHttpProxy()
getHttpProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withHttpProxy(String httpProxy)
withHttpProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Boolean hasHttpProxy()
hasHttpProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public String getHttpsProxy()
getHttpsProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withHttpsProxy(String httpsProxy)
withHttpsProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Boolean hasHttpsProxy()
hasHttpsProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public String getNoProxy()
getNoProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withNoProxy(String noProxy)
withNoProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Boolean hasNoProxy()
hasNoProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public String getRef()
getRef in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withRef(String ref)
withRef in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Boolean hasRef()
hasRef in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public String getUri()
getUri in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withUri(String uri)
withUri in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Boolean hasUri()
hasUri in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitBuildSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GitBuildSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.