public class OpenshiftIntegrationTestConfigFluentImpl<A extends OpenshiftIntegrationTestConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements OpenshiftIntegrationTestConfigFluent<A>
| Constructor and Description |
|---|
OpenshiftIntegrationTestConfigFluentImpl() |
OpenshiftIntegrationTestConfigFluentImpl(OpenshiftIntegrationTestConfig instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getImageStreamTagTimeout() |
long |
getReadinessTimeout() |
Boolean |
hasBuildEnabled() |
Boolean |
hasDeployEnabled() |
int |
hashCode() |
Boolean |
hasImageStreamTagTimeout() |
Boolean |
hasPushEnabled() |
Boolean |
hasReadinessTimeout() |
boolean |
isBuildEnabled() |
boolean |
isDeployEnabled() |
boolean |
isPushEnabled() |
A |
withBuildEnabled(boolean buildEnabled) |
A |
withDeployEnabled(boolean deployEnabled) |
A |
withImageStreamTagTimeout(long imageStreamTagTimeout) |
A |
withPushEnabled(boolean pushEnabled) |
A |
withReadinessTimeout(long readinessTimeout) |
public OpenshiftIntegrationTestConfigFluentImpl()
public OpenshiftIntegrationTestConfigFluentImpl(OpenshiftIntegrationTestConfig instance)
public boolean isDeployEnabled()
isDeployEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public A withDeployEnabled(boolean deployEnabled)
withDeployEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public Boolean hasDeployEnabled()
hasDeployEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public boolean isBuildEnabled()
isBuildEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public A withBuildEnabled(boolean buildEnabled)
withBuildEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public Boolean hasBuildEnabled()
hasBuildEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public boolean isPushEnabled()
isPushEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public A withPushEnabled(boolean pushEnabled)
withPushEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public Boolean hasPushEnabled()
hasPushEnabled in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public long getImageStreamTagTimeout()
getImageStreamTagTimeout in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public A withImageStreamTagTimeout(long imageStreamTagTimeout)
withImageStreamTagTimeout in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public Boolean hasImageStreamTagTimeout()
hasImageStreamTagTimeout in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public long getReadinessTimeout()
getReadinessTimeout in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public A withReadinessTimeout(long readinessTimeout)
withReadinessTimeout in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>public Boolean hasReadinessTimeout()
hasReadinessTimeout in interface OpenshiftIntegrationTestConfigFluent<A extends OpenshiftIntegrationTestConfigFluent<A>>Copyright © 2018–2021 Red Hat. All rights reserved.