Package io.fabric8.openshift.api.model
Class GitBuildSourceFluentImpl<A extends GitBuildSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.openshift.api.model.GitBuildSourceFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,GitBuildSourceFluent<A>
- Direct Known Subclasses:
BuildSourceFluentImpl.GitNestedImpl,DoneableGitBuildSource,GitBuildSourceBuilder
public class GitBuildSourceFluentImpl<A extends GitBuildSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GitBuildSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GitBuildSourceFluentImpl()GitBuildSourceFluentImpl(GitBuildSource instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetHttpProxy()StringgetHttpsProxy()StringgetNoProxy()StringgetRef()StringgetUri()BooleanhasHttpProxy()BooleanhasHttpsProxy()BooleanhasNoProxy()BooleanhasRef()BooleanhasUri()AwithHttpProxy(String httpProxy)AwithHttpsProxy(String httpsProxy)AwithNewHttpProxy(String arg1)AwithNewHttpProxy(StringBuffer arg1)AwithNewHttpProxy(StringBuilder arg1)AwithNewHttpsProxy(String arg1)AwithNewHttpsProxy(StringBuffer arg1)AwithNewHttpsProxy(StringBuilder arg1)AwithNewNoProxy(String arg1)AwithNewNoProxy(StringBuffer arg1)AwithNewNoProxy(StringBuilder arg1)AwithNewRef(String arg1)AwithNewRef(StringBuffer arg1)AwithNewRef(StringBuilder arg1)AwithNewUri(String arg1)AwithNewUri(StringBuffer arg1)AwithNewUri(StringBuilder arg1)AwithNoProxy(String noProxy)AwithRef(String ref)AwithUri(String uri)
-
Constructor Details
-
GitBuildSourceFluentImpl
public GitBuildSourceFluentImpl() -
GitBuildSourceFluentImpl
-
-
Method Details
-
getHttpProxy
- Specified by:
getHttpProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withHttpProxy
- Specified by:
withHttpProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
hasHttpProxy
- Specified by:
hasHttpProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewHttpProxy
- Specified by:
withNewHttpProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewHttpProxy
- Specified by:
withNewHttpProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewHttpProxy
- Specified by:
withNewHttpProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
getHttpsProxy
- Specified by:
getHttpsProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withHttpsProxy
- Specified by:
withHttpsProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
hasHttpsProxy
- Specified by:
hasHttpsProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewHttpsProxy
- Specified by:
withNewHttpsProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewHttpsProxy
- Specified by:
withNewHttpsProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewHttpsProxy
- Specified by:
withNewHttpsProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
getNoProxy
- Specified by:
getNoProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNoProxy
- Specified by:
withNoProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
hasNoProxy
- Specified by:
hasNoProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewNoProxy
- Specified by:
withNewNoProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewNoProxy
- Specified by:
withNewNoProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewNoProxy
- Specified by:
withNewNoProxyin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
getRef
- Specified by:
getRefin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withRef
- Specified by:
withRefin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
hasRef
- Specified by:
hasRefin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewRef
- Specified by:
withNewRefin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewRef
- Specified by:
withNewRefin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewRef
- Specified by:
withNewRefin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
getUri
- Specified by:
getUriin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withUri
- Specified by:
withUriin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
hasUri
- Specified by:
hasUriin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewUri
- Specified by:
withNewUriin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewUri
- Specified by:
withNewUriin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
withNewUri
- Specified by:
withNewUriin interfaceGitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
-
equals
-