Interface TestExecutionSortBy.Builder

    • Method Detail

      • attribute

        TestExecutionSortBy.Builder attribute​(String attribute)

        Specifies whether to sort the test set executions by the date and time at which the test sets were created.

        Parameters:
        attribute - Specifies whether to sort the test set executions by the date and time at which the test sets were created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionSortAttribute, TestExecutionSortAttribute
      • order

        TestExecutionSortBy.Builder order​(String order)

        Specifies whether to sort in ascending or descending order.

        Parameters:
        order - Specifies whether to sort in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • order

        TestExecutionSortBy.Builder order​(SortOrder order)

        Specifies whether to sort in ascending or descending order.

        Parameters:
        order - Specifies whether to sort in ascending or descending order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder