Class SuiteRunInformation

    • Method Detail

      • suiteDefinitionId

        public final String suiteDefinitionId()

        Suite definition ID of the suite run.

        Returns:
        Suite definition ID of the suite run.
      • suiteDefinitionVersion

        public final String suiteDefinitionVersion()

        Suite definition version of the suite run.

        Returns:
        Suite definition version of the suite run.
      • suiteDefinitionName

        public final String suiteDefinitionName()

        Suite definition name of the suite run.

        Returns:
        Suite definition name of the suite run.
      • suiteRunId

        public final String suiteRunId()

        Suite run ID of the suite run.

        Returns:
        Suite run ID of the suite run.
      • createdAt

        public final Instant createdAt()

        Date (in Unix epoch time) when the suite run was created.

        Returns:
        Date (in Unix epoch time) when the suite run was created.
      • startedAt

        public final Instant startedAt()

        Date (in Unix epoch time) when the suite run was started.

        Returns:
        Date (in Unix epoch time) when the suite run was started.
      • endAt

        public final Instant endAt()

        Date (in Unix epoch time) when the suite run ended.

        Returns:
        Date (in Unix epoch time) when the suite run ended.
      • passed

        public final Integer passed()

        Number of test cases that passed in the suite run.

        Returns:
        Number of test cases that passed in the suite run.
      • failed

        public final Integer failed()

        Number of test cases that failed in the suite run.

        Returns:
        Number of test cases that failed in the suite run.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)