Interface BitbucketCommit

    • Method Detail

      • getAuthor

        String getAuthor()
        Returns the head commit author for this branch.
        Returns:
        the head commit author of this branch
        Since:
        2.2.14
      • getMessage

        String getMessage()
        Returns:
        commit message
      • getDate

        String getDate()
        Returns:
        the commit date in ISO format
      • getHash

        String getHash()
        Returns:
        the commit hash (complete, not reduced)
      • getDateMillis

        long getDateMillis()
        Returns:
        commit time in milliseconds (Java timestamp)