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