Interface Commit

  • All Known Implementing Classes:
    ImmutableCommit

    @Immutable
    public interface Commit
    Commit details resource.
    • Method Detail

      • url

        @Nullable
        URI url()
        Commit API URL.
      • author

        @Nullable
        Author author()
        Author commit user.
      • committer

        @Nullable
        Author committer()
        Committer commit user.
      • message

        @Nullable
        String message()
        Commit message.
      • tree

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