RuleResults.DefinitionStages.WithResults Interface

public static interface RuleResults.DefinitionStages.WithResults

The stage of the RuleResults definition allowing to specify results.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withResults(List<List<String>> results)

Specifies the results property: Expected results to be inserted into the baseline.

Method Details

withResults

public abstract RuleResults.DefinitionStages.WithCreate withResults(List<>> results)

Specifies the results property: Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true..

Parameters:

results - Expected results to be inserted into the baseline. Leave this field empty it LatestScan == true.

Returns:

the next definition stage.

Applies to