Interface SCMNavigatorRequest.Witness

Enclosing class:
SCMNavigatorRequest

public static interface SCMNavigatorRequest.Witness
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(String projectName, boolean isMatch)
    Records the result of the named project.
  • Method Details

    • record

      void record(@NonNull String projectName, boolean isMatch)
      Records the result of the named project.
      Parameters:
      projectName - the project name.
      isMatch - true if the project matched.