Package io.fabric8.openshift.api.model
Class GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.GitBuildSourceFluent<A>
-
- Direct Known Subclasses:
BuildSourceFluent.GitNested,GitBuildSourceBuilder
public class GitBuildSourceFluent<A extends GitBuildSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GitBuildSourceFluent()GitBuildSourceFluent(GitBuildSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(GitBuildSource instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetHttpProxy()StringgetHttpsProxy()StringgetNoProxy()StringgetRef()StringgetUri()booleanhasAdditionalProperties()inthashCode()booleanhasHttpProxy()booleanhasHttpsProxy()booleanhasNoProxy()booleanhasRef()booleanhasUri()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithHttpProxy(String httpProxy)AwithHttpsProxy(String httpsProxy)AwithNoProxy(String noProxy)AwithRef(String ref)AwithUri(String uri)
-
-
-
Constructor Detail
-
GitBuildSourceFluent
public GitBuildSourceFluent()
-
GitBuildSourceFluent
public GitBuildSourceFluent(GitBuildSource instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GitBuildSource instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GitBuildSourceFluent<A>>
-
getHttpProxy
public String getHttpProxy()
-
getHttpsProxy
public String getHttpsProxy()
-
getNoProxy
public String getNoProxy()
-
getRef
public String getRef()
-
getUri
public String getUri()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasHttpProxy
public boolean hasHttpProxy()
-
hasHttpsProxy
public boolean hasHttpsProxy()
-
hasNoProxy
public boolean hasNoProxy()
-
hasRef
public boolean hasRef()
-
hasUri
public boolean hasUri()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GitBuildSourceFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-