Class TestDetails

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<TestDetailsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class TestDetails
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<TestDetailsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • TestDetails

        public TestDetails()
        No args constructor for use in serialization
      • TestDetails

        public TestDetails​(String testName)
    • Method Detail

      • getTestName

        public String getTestName()
        testName is the name of the test as it appears in junit XMLs. It does not include the suite name since the same test can be executed in many suites.
      • setTestName

        public void setTestName​(String testName)
        testName is the name of the test as it appears in junit XMLs. It does not include the suite name since the same test can be executed in many suites.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)