@Generated(value="org.jsonschema2pojo") public class GitBuildSource extends Object
Constructor and Description |
---|
GitBuildSource()
No args constructor for use in serialization
|
GitBuildSource(String httpProxy,
String httpsProxy,
String ref,
String uri) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHttpProxy()
specifies a http proxy to be used during git clone operations
|
String |
getHttpsProxy()
specifies a https proxy to be used during git clone operations
|
String |
getRef()
identifies the branch/tag/ref to build
|
String |
getUri()
points to the source that will be built
|
void |
setAdditionalProperty(String name,
Object value) |
void |
setHttpProxy(String httpProxy)
specifies a http proxy to be used during git clone operations
|
void |
setHttpsProxy(String httpsProxy)
specifies a https proxy to be used during git clone operations
|
void |
setRef(String ref)
identifies the branch/tag/ref to build
|
void |
setUri(String uri)
points to the source that will be built
|
public GitBuildSource()
public String getHttpProxy()
public void setHttpProxy(String httpProxy)
httpProxy
- The httpProxypublic String getHttpsProxy()
public void setHttpsProxy(String httpsProxy)
httpsProxy
- The httpsProxypublic String getRef()
public void setRef(String ref)
ref
- The refpublic String getUri()
public void setUri(String uri)
uri
- The uriCopyright © 2011–2016 Red Hat. All rights reserved.