Package io.fabric8.openshift.api.model
Interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
BuildSourceFluent.GitNested<N>
- All Known Implementing Classes:
BuildSourceFluentImpl.GitNestedImpl,DoneableGitBuildSource,GitBuildSourceBuilder,GitBuildSourceFluentImpl
public interface GitBuildSourceFluent<A extends GitBuildSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getHttpProxy
String getHttpProxy() -
withHttpProxy
-
hasHttpProxy
Boolean hasHttpProxy() -
withNewHttpProxy
-
withNewHttpProxy
-
withNewHttpProxy
-
getHttpsProxy
String getHttpsProxy() -
withHttpsProxy
-
hasHttpsProxy
Boolean hasHttpsProxy() -
withNewHttpsProxy
-
withNewHttpsProxy
-
withNewHttpsProxy
-
getNoProxy
String getNoProxy() -
withNoProxy
-
hasNoProxy
Boolean hasNoProxy() -
withNewNoProxy
-
withNewNoProxy
-
withNewNoProxy
-
getRef
String getRef() -
withRef
-
hasRef
Boolean hasRef() -
withNewRef
-
withNewRef
-
withNewRef
-
getUri
String getUri() -
withUri
-
hasUri
Boolean hasUri() -
withNewUri
-
withNewUri
-
withNewUri
-