public class GitBuildSourceFluentImpl<A extends GitBuildSourceFluent<A>> extends BaseFluent<A> implements GitBuildSourceFluent<A>
_visitables| Constructor and Description |
|---|
GitBuildSourceFluentImpl() |
GitBuildSourceFluentImpl(GitBuildSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHttpProxy() |
String |
getHttpsProxy() |
String |
getRef() |
String |
getUri() |
A |
withHttpProxy(String httpProxy) |
A |
withHttpsProxy(String httpsProxy) |
A |
withRef(String ref) |
A |
withUri(String uri) |
public 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 String getHttpsProxy()
getHttpsProxy in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withHttpsProxy(String httpsProxy)
withHttpsProxy 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 String getUri()
getUri in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>public A withUri(String uri)
withUri in interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>Copyright © 2011–2016 Red Hat. All rights reserved.