Interface PushCommit

    • Method Detail

      • id

        @Nullable
        String id()
        Commit id.
      • treeId

        @Nullable
        String treeId()
        Tree id.
      • distinct

        @Nullable
        Boolean distinct()
        Whether this commit is distinct from any that have been pushed before..
      • message

        @Nullable
        String message()
        Commit message.
      • url

        @Nullable
        URI url()
        Points to the commit API resource..
      • author

        @Nullable
        Author author()
        Commit author.
      • committer

        @Nullable
        Author committer()
        Commit committer.
      • added

        @Nullable
        List<String> added()
        Files that were added.
      • removed

        @Nullable
        List<String> removed()
        Files that were removed.
      • modified

        @Nullable
        List<String> modified()
        Files that were modified.