Interface BlameCommand.BlameOutput

  • Enclosing class:
    BlameCommand

    public static interface BlameCommand.BlameOutput
    Callback for the provider to report results of blame per file.
    • Method Detail

      • blameResult

        void blameResult​(InputFile file,
                         java.util.List<BlameLine> lines)
        Add result of the blame command for a single file. Number of lines should be consistent with InputFile.lines(). This method is thread safe.
        Parameters:
        lines - One entry per line in the file. Every line must have a non-null date and revision .