Interface BuildBatchFilter.Builder

    • Method Detail

      • status

        BuildBatchFilter.Builder status​(String status)

        The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.

        Parameters:
        status - The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType
      • status

        BuildBatchFilter.Builder status​(StatusType status)

        The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.

        Parameters:
        status - The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType