public interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>> extends 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 |
withNoProxy(String noProxy) |
A |
withRef(String ref) |
A |
withUri(String uri) |
String getHttpProxy()
Boolean hasHttpProxy()
String getHttpsProxy()
Boolean hasHttpsProxy()
String getNoProxy()
Boolean hasNoProxy()
String getRef()
Boolean hasRef()
String getUri()
Boolean hasUri()
Copyright © 2011–2017 Red Hat. All rights reserved.