Uses of Class
io.fabric8.openshift.api.model.config.v1.TestReportingStatus
-
Packages that use TestReportingStatus Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of TestReportingStatus in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return TestReportingStatus Modifier and Type Method Description TestReportingStatusTestReportingStatusBuilder. build()TestReportingStatusTestReportingFluent. buildStatus()TestReportingStatusTestReporting. getStatus()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 TestReportingStatus Modifier and Type Method Description protected voidTestReportingStatusFluent. copyInstance(TestReportingStatus instance)TestReportingFluent.StatusNested<A>TestReportingFluent. editOrNewStatusLike(TestReportingStatus item)voidTestReporting. setStatus(TestReportingStatus status)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.StatusNested<A>TestReportingFluent. withNewStatusLike(TestReportingStatus item)ATestReportingFluent. withStatus(TestReportingStatus status)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type TestReportingStatus Constructor Description TestReporting(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TestReportingSpec spec, TestReportingStatus status)TestReportingStatusBuilder(TestReportingStatus instance)TestReportingStatusBuilder(TestReportingStatusFluent<?> fluent, TestReportingStatus instance)TestReportingStatusFluent(TestReportingStatus instance)
-