Package io.fabric8.openshift.api.model
Class GitBuildSource
java.lang.Object
io.fabric8.openshift.api.model.GitBuildSource
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class GitBuildSource extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GitBuildSource()No args constructor for use in serializationGitBuildSource(String httpProxy, String httpsProxy, String noProxy, String ref, String uri) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetHttpProxy()StringgetHttpsProxy()StringgetNoProxy()StringgetRef()StringgetUri()voidsetAdditionalProperty(String name, Object value)voidsetHttpProxy(String httpProxy)voidsetHttpsProxy(String httpsProxy)voidsetNoProxy(String noProxy)voidsetRef(String ref)voidsetUri(String uri)
-
Constructor Details
-
GitBuildSource
public GitBuildSource()No args constructor for use in serialization -
GitBuildSource
- Parameters:
ref-httpProxy-httpsProxy-noProxy-uri-
-
-
Method Details
-
getHttpProxy
- Returns:
- The httpProxy
-
setHttpProxy
- Parameters:
httpProxy- The httpProxy
-
getHttpsProxy
- Returns:
- The httpsProxy
-
setHttpsProxy
- Parameters:
httpsProxy- The httpsProxy
-
getNoProxy
- Returns:
- The noProxy
-
setNoProxy
- Parameters:
noProxy- The noProxy
-
getRef
- Returns:
- The ref
-
setRef
- Parameters:
ref- The ref
-
getUri
- Returns:
- The uri
-
setUri
- Parameters:
uri- The uri
-
getAdditionalProperties
-
setAdditionalProperty
-