Class TestReportingSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.TestReportingSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<TestReportingSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class TestReportingSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<TestReportingSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestReportingSpec()No args constructor for use in serializationTestReportingSpec(List<FeatureGateTests> testsForFeatureGates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestReportingSpecBuilderedit()Map<String,Object>getAdditionalProperties()List<FeatureGateTests>getTestsForFeatureGates()testsForFeatureGates is a list, indexed by FeatureGate and includes information about testing.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetTestsForFeatureGates(List<FeatureGateTests> testsForFeatureGates)testsForFeatureGates is a list, indexed by FeatureGate and includes information about testing.TestReportingSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
TestReportingSpec
public TestReportingSpec()
No args constructor for use in serialization
-
TestReportingSpec
public TestReportingSpec(List<FeatureGateTests> testsForFeatureGates)
-
-
Method Detail
-
getTestsForFeatureGates
public List<FeatureGateTests> getTestsForFeatureGates()
testsForFeatureGates is a list, indexed by FeatureGate and includes information about testing.
-
setTestsForFeatureGates
public void setTestsForFeatureGates(List<FeatureGateTests> testsForFeatureGates)
testsForFeatureGates is a list, indexed by FeatureGate and includes information about testing.
-
edit
public TestReportingSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<TestReportingSpecBuilder>
-
toBuilder
public TestReportingSpecBuilder toBuilder()
-
-