public interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getNoProxy() |
String |
getRef() |
String |
getUri() |
Boolean |
hasHttpProxy() |
Boolean |
hasHttpsProxy() |
Boolean |
hasNoProxy() |
Boolean |
hasRef() |
Boolean |
hasUri() |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withNewHttpProxy(String arg0)
Deprecated.
|
A |
withNewHttpsProxy(String arg0)
Deprecated.
|
A |
withNewNoProxy(String arg0)
Deprecated.
|
A |
withNewRef(String arg0)
Deprecated.
|
A |
withNewUri(String arg0)
Deprecated.
|
A |
withNoProxy(String noProxy) |
A |
withRef(String ref) |
A |
withUri(String uri) |
String getHttpProxy()
Boolean hasHttpProxy()
@Deprecated A withNewHttpProxy(String arg0)
String getHttpsProxy()
Boolean hasHttpsProxy()
@Deprecated A withNewHttpsProxy(String arg0)
String getNoProxy()
Boolean hasNoProxy()
@Deprecated A withNewNoProxy(String arg0)
String getRef()
Boolean hasRef()
@Deprecated A withNewRef(String arg0)
String getUri()
Boolean hasUri()
@Deprecated A withNewUri(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.