Interface Commit

    • Method Detail

      • stats

        @Nullable
        Map<String,​Integer> stats()
        Commit statistics key, value map. E.g. additions: 104 deletions: 4 total: 108
      • files

        @Nullable
        List<File> files()
        File objects included in the commit.
      • tree

        @Nullable
        ShaLink tree()
        The SHA of the tree object this commit points to.