public class GitBuildSourceFluent<T extends GitBuildSourceFluent<T>> extends BaseFluent<T> implements Fluent<T>
_visitables| Constructor and Description |
|---|
GitBuildSourceFluent() |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getRef() |
String |
getUri() |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withHttpProxy(String httpProxy) |
T |
withHttpsProxy(String httpsProxy) |
T |
withRef(String ref) |
T |
withUri(String uri) |
Copyright © 2011–2015 Red Hat. All rights reserved.