Interface CanaryRunTimeline.Builder

  • Method Details

    • started

      The start time of the run.

      Parameters:
      started - The start time of the run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completed

      CanaryRunTimeline.Builder completed(Instant completed)

      The end time of the run.

      Parameters:
      completed - The end time of the run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.