Interface RuleResults.UpdateStages.WithResults

All Known Subinterfaces:
RuleResults.Update
Enclosing interface:
RuleResults.UpdateStages

public static interface RuleResults.UpdateStages.WithResults
The stage of the RuleResults update allowing to specify results.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the results property: Expected results to be inserted into the baseline.
  • Method Details

    • withResults

      RuleResults.Update withResults(List<List<String>> 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.