Class GHRepositoryStatistics.ContributorStats

    • Constructor Detail

      • ContributorStats

        public ContributorStats()
    • Method Detail

      • getRoot

        public GitHub getRoot()
        Gets root.
        Returns:
        the root
      • getAuthor

        public GHUser getAuthor()
        Gets author.
        Returns:
        The author described by these statistics.
      • getTotal

        public int getTotal()
        Gets total.
        Returns:
        The total number of commits authored by the contributor.
      • toString

        public String toString()
        Description copied from class: GHObject
        String representation to assist debugging and inspection. The output format of this string is not a committed part of the API and is subject to change.
        Overrides:
        toString in class GHObject