Interface BlameCommand.BlameInput

  • Enclosing class:
    BlameCommand

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

      • fileSystem

        FileSystem fileSystem()
        Filesystem of the current (sub )project.
      • filesToBlame

        java.lang.Iterable<InputFile> filesToBlame()
        List of files that should be blamed.