Interface SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision>

Type Parameters:
H - the type of SCMHead
R - the type of SCMRevision
Enclosing class:
SCMSourceRequest

public static interface SCMSourceRequest.Witness<H extends SCMHead,R extends SCMRevision>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    record(H head, R revision, boolean isMatch)
    Records the result of a SCMHead.
  • Method Details

    • record

      void record(@NonNull H head, @CheckForNull R revision, boolean isMatch)
      Records the result of a SCMHead.
      Parameters:
      head - the SCMHead.
      revision - (optional) the resolved SCMRevision.
      isMatch - true if the head matched.