public static interface VisualReferenceOutput.Builder extends SdkPojo, CopyableBuilder<VisualReferenceOutput.Builder,VisualReferenceOutput>
| Modifier and Type | Method and Description |
|---|---|
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.
|
VisualReferenceOutput.Builder |
baseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
VisualReferenceOutput.Builder |
baseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
VisualReferenceOutput.Builder |
baseScreenshots(Consumer<BaseScreenshot.Builder>... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisualReferenceOutput.Builder baseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
baseScreenshots - An array of screenshots that are used as the baseline for comparisons during visual monitoring.VisualReferenceOutput.Builder baseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
baseScreenshots - An array of screenshots that are used as the baseline for comparisons during visual monitoring.VisualReferenceOutput.Builder baseScreenshots(Consumer<BaseScreenshot.Builder>... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
This is a convenience method that creates an instance of theBaseScreenshot.Builder avoiding the need to create
one manually via BaseScreenshot.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #baseScreenshots(List.
baseScreenshots - a consumer that will call methods on
BaseScreenshot.Builder#baseScreenshots(java.util.Collection) 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.
baseCanaryRunId - The ID of the canary run that produced the baseline screenshots that are used for visual monitoring
comparisons by this canary.Copyright © 2023. All rights reserved.