Class GetTestRunStepResponse

    • Method Detail

      • stepName

        public final String stepName()

        The step name of the test run step.

        Returns:
        The step name of the test run step.
      • testRunId

        public final String testRunId()

        The test run ID of the test run step.

        Returns:
        The test run ID of the test run step.
      • testCaseId

        public final String testCaseId()

        The test case ID of the test run step.

        Returns:
        The test case ID of the test run step.
      • testCaseVersion

        public final Integer testCaseVersion()

        The test case version of the test run step.

        Returns:
        The test case version of the test run step.
      • testSuiteId

        public final String testSuiteId()

        The test suite ID of the test run step.

        Returns:
        The test suite ID of the test run step.
      • testSuiteVersion

        public final Integer testSuiteVersion()

        The test suite version of the test run step.

        Returns:
        The test suite version of the test run step.
      • beforeStep

        public final Boolean beforeStep()

        The before steps of the test run step.

        Returns:
        The before steps of the test run step.
      • afterStep

        public final Boolean afterStep()

        The after steps of the test run step.

        Returns:
        The after steps of the test run step.
      • statusAsString

        public final String statusAsString()

        The status of the test run step.

        If the service returns an enum value that is not available in the current SDK version, status will return StepRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the test run step.
        See Also:
        StepRunStatus
      • statusReason

        public final String statusReason()

        The status reason of the test run step.

        Returns:
        The status reason of the test run step.
      • runStartTime

        public final Instant runStartTime()

        The run start time of the test run step.

        Returns:
        The run start time of the test run step.
      • runEndTime

        public final Instant runEndTime()

        The run end time of the test run step.

        Returns:
        The run end time of the test run step.
      • stepRunSummary

        public final StepRunSummary stepRunSummary()

        The step run summary of the test run step.

        Returns:
        The step run summary of the test run step.
      • 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