Interface VisualReferenceOutput.Builder

    • Method Detail

      • baseScreenshots

        VisualReferenceOutput.Builder baseScreenshots​(Collection<BaseScreenshot> baseScreenshots)

        An array of screenshots that are used as the baseline for comparisons during visual monitoring.

        Parameters:
        baseScreenshots - An array of screenshots that are used as the baseline for comparisons during visual monitoring.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseScreenshots

        VisualReferenceOutput.Builder baseScreenshots​(BaseScreenshot... baseScreenshots)

        An array of screenshots that are used as the baseline for comparisons during visual monitoring.

        Parameters:
        baseScreenshots - An array of screenshots that are used as the baseline for comparisons during visual monitoring.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseCanaryRunId

        VisualReferenceOutput.Builder baseCanaryRunId​(String baseCanaryRunId)

        The ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons by this canary.

        Parameters:
        baseCanaryRunId - The ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons by this canary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.