Class GHEventPayload.Push.PushCommit

    • Constructor Detail

      • PushCommit

        public PushCommit()
    • Method Detail

      • getAuthor

        public GitUser getAuthor()
        Gets author.
        Returns:
        the author
      • getCommitter

        public GitUser getCommitter()
        Gets committer.
        Returns:
        the committer
      • getUrl

        public String getUrl()
        Points to the commit API resource.
        Returns:
        the url
      • getSha

        public String getSha()
        Gets sha.
        Returns:
        the sha
      • getMessage

        public String getMessage()
        Gets message.
        Returns:
        the message
      • isDistinct

        public boolean isDistinct()
        Whether this commit is distinct from any that have been pushed before.
        Returns:
        the boolean
      • getAdded

        public List<String> getAdded()
        Gets added.
        Returns:
        the added
      • getRemoved

        public List<String> getRemoved()
        Gets removed.
        Returns:
        the removed
      • getModified

        public List<String> getModified()
        Gets modified.
        Returns:
        the modified