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

    • Method Detail

      • 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.