Interface CloseStatusFilter.Builder

    • Method Detail

      • status

        CloseStatusFilter.Builder status​(String status)

        The close status that must match the close status of an execution for it to meet the criteria of this filter.

        Parameters:
        status - The close status that must match the close status of an execution for it to meet the criteria of this filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CloseStatus, CloseStatus
      • status

        CloseStatusFilter.Builder status​(CloseStatus status)

        The close status that must match the close status of an execution for it to meet the criteria of this filter.

        Parameters:
        status - The close status that must match the close status of an execution for it to meet the criteria of this filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CloseStatus, CloseStatus