Uses of Class
io.fabric8.openshift.api.model.config.v1.TestReportingSpec
-
Packages that use TestReportingSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of TestReportingSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return TestReportingSpec Modifier and Type Method Description TestReportingSpecTestReportingSpecBuilder. build()TestReportingSpecTestReportingFluent. buildSpec()TestReportingSpecTestReporting. getSpec()TestReporting is used for origin (and potentially others) to report the test names for a given FeatureGate into the payload for later analysis on a per-payload basis.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type TestReportingSpec Modifier and Type Method Description protected voidTestReportingSpecFluent. copyInstance(TestReportingSpec instance)TestReportingFluent.SpecNested<A>TestReportingFluent. editOrNewSpecLike(TestReportingSpec item)voidTestReporting. setSpec(TestReportingSpec spec)TestReporting is used for origin (and potentially others) to report the test names for a given FeatureGate into the payload for later analysis on a per-payload basis.TestReportingFluent.SpecNested<A>TestReportingFluent. withNewSpecLike(TestReportingSpec item)ATestReportingFluent. withSpec(TestReportingSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type TestReportingSpec Constructor Description TestReporting(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TestReportingSpec spec, TestReportingStatus status)TestReportingSpecBuilder(TestReportingSpec instance)TestReportingSpecBuilder(TestReportingSpecFluent<?> fluent, TestReportingSpec instance)TestReportingSpecFluent(TestReportingSpec instance)
-