Interface CommitComparison

  • All Known Implementing Classes:
    ImmutableCommitComparison

    @Immutable
    public interface CommitComparison
    The result of a comparison between two commits.
    • Method Detail

      • baseCommit

        @Nullable
        Commit baseCommit()
        Base
      • mergeBaseCommit

        @Nullable
        Commit mergeBaseCommit()
        Merge base
      • status

        @Nullable
        String status()
        Status
      • aheadBy

        int aheadBy()
        Ahead by
      • behindBy

        int behindBy()
        Behind by
      • commits

        @Nullable
        List<Commit> commits()
        Commits
      • files

        @Nullable
        List<File> files()
        Files