Class TestReportingSpecFluent<A extends TestReportingSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.TestReportingSpecFluent<A>
-
- Direct Known Subclasses:
TestReportingFluent.SpecNested,TestReportingSpecBuilder
public class TestReportingSpecFluent<A extends TestReportingSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTestReportingSpecFluent.TestsForFeatureGatesNested<N>
-
Constructor Summary
Constructors Constructor Description TestReportingSpecFluent()TestReportingSpecFluent(TestReportingSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
TestReportingSpecFluent
public TestReportingSpecFluent()
-
TestReportingSpecFluent
public TestReportingSpecFluent(TestReportingSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(TestReportingSpec instance)
-
addToTestsForFeatureGates
public A addToTestsForFeatureGates(int index, FeatureGateTests item)
-
setToTestsForFeatureGates
public A setToTestsForFeatureGates(int index, FeatureGateTests item)
-
addToTestsForFeatureGates
public A addToTestsForFeatureGates(FeatureGateTests... items)
-
addAllToTestsForFeatureGates
public A addAllToTestsForFeatureGates(Collection<FeatureGateTests> items)
-
removeFromTestsForFeatureGates
public A removeFromTestsForFeatureGates(FeatureGateTests... items)
-
removeAllFromTestsForFeatureGates
public A removeAllFromTestsForFeatureGates(Collection<FeatureGateTests> items)
-
removeMatchingFromTestsForFeatureGates
public A removeMatchingFromTestsForFeatureGates(Predicate<FeatureGateTestsBuilder> predicate)
-
buildTestsForFeatureGates
public List<FeatureGateTests> buildTestsForFeatureGates()
-
buildTestsForFeatureGate
public FeatureGateTests buildTestsForFeatureGate(int index)
-
buildFirstTestsForFeatureGate
public FeatureGateTests buildFirstTestsForFeatureGate()
-
buildLastTestsForFeatureGate
public FeatureGateTests buildLastTestsForFeatureGate()
-
buildMatchingTestsForFeatureGate
public FeatureGateTests buildMatchingTestsForFeatureGate(Predicate<FeatureGateTestsBuilder> predicate)
-
hasMatchingTestsForFeatureGate
public boolean hasMatchingTestsForFeatureGate(Predicate<FeatureGateTestsBuilder> predicate)
-
withTestsForFeatureGates
public A withTestsForFeatureGates(List<FeatureGateTests> testsForFeatureGates)
-
withTestsForFeatureGates
public A withTestsForFeatureGates(FeatureGateTests... testsForFeatureGates)
-
hasTestsForFeatureGates
public boolean hasTestsForFeatureGates()
-
addNewTestsForFeatureGate
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> addNewTestsForFeatureGate()
-
addNewTestsForFeatureGateLike
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> addNewTestsForFeatureGateLike(FeatureGateTests item)
-
setNewTestsForFeatureGateLike
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> setNewTestsForFeatureGateLike(int index, FeatureGateTests item)
-
editTestsForFeatureGate
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> editTestsForFeatureGate(int index)
-
editFirstTestsForFeatureGate
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> editFirstTestsForFeatureGate()
-
editLastTestsForFeatureGate
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> editLastTestsForFeatureGate()
-
editMatchingTestsForFeatureGate
public TestReportingSpecFluent.TestsForFeatureGatesNested<A> editMatchingTestsForFeatureGate(Predicate<FeatureGateTestsBuilder> predicate)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TestReportingSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends TestReportingSpecFluent<A>>
-
-