Uses of Class
io.fabric8.openshift.api.model.config.v1.FeatureGateTests
-
Packages that use FeatureGateTests Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of FeatureGateTests in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return FeatureGateTests Modifier and Type Method Description FeatureGateTestsFeatureGateTestsBuilder. build()FeatureGateTestsTestReportingSpecFluent. buildFirstTestsForFeatureGate()FeatureGateTestsTestReportingSpecFluent. buildLastTestsForFeatureGate()FeatureGateTestsTestReportingSpecFluent. buildMatchingTestsForFeatureGate(Predicate<FeatureGateTestsBuilder> predicate)FeatureGateTestsTestReportingSpecFluent. buildTestsForFeatureGate(int index)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type FeatureGateTests Modifier and Type Method Description List<FeatureGateTests>TestReportingSpecFluent. buildTestsForFeatureGates()List<FeatureGateTests>TestReportingSpec. getTestsForFeatureGates()testsForFeatureGates is a list, indexed by FeatureGate and includes information about testing.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGateTests Modifier and Type Method Description TestReportingSpecFluent.TestsForFeatureGatesNested<A>TestReportingSpecFluent. addNewTestsForFeatureGateLike(FeatureGateTests item)ATestReportingSpecFluent. addToTestsForFeatureGates(int index, FeatureGateTests item)ATestReportingSpecFluent. addToTestsForFeatureGates(FeatureGateTests... items)protected voidFeatureGateTestsFluent. copyInstance(FeatureGateTests instance)ATestReportingSpecFluent. removeFromTestsForFeatureGates(FeatureGateTests... items)TestReportingSpecFluent.TestsForFeatureGatesNested<A>TestReportingSpecFluent. setNewTestsForFeatureGateLike(int index, FeatureGateTests item)ATestReportingSpecFluent. setToTestsForFeatureGates(int index, FeatureGateTests item)ATestReportingSpecFluent. withTestsForFeatureGates(FeatureGateTests... testsForFeatureGates)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type FeatureGateTests Modifier and Type Method Description ATestReportingSpecFluent. addAllToTestsForFeatureGates(Collection<FeatureGateTests> items)ATestReportingSpecFluent. removeAllFromTestsForFeatureGates(Collection<FeatureGateTests> items)voidTestReportingSpec. setTestsForFeatureGates(List<FeatureGateTests> testsForFeatureGates)testsForFeatureGates is a list, indexed by FeatureGate and includes information about testing.ATestReportingSpecFluent. withTestsForFeatureGates(List<FeatureGateTests> testsForFeatureGates)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type FeatureGateTests Constructor Description FeatureGateTestsBuilder(FeatureGateTests instance)FeatureGateTestsBuilder(FeatureGateTestsFluent<?> fluent, FeatureGateTests instance)FeatureGateTestsFluent(FeatureGateTests instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type FeatureGateTests Constructor Description TestReportingSpec(List<FeatureGateTests> testsForFeatureGates)
-