Class GHRepositoryStatistics.ContributorStats

    • Constructor Detail

      • ContributorStats

        public ContributorStats()
    • Method Detail

      • 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.
      • getRoot

        @Deprecated
        public GitHub getRoot()
        Deprecated.
        For access to the GitHub instance, use a local copy instead of pulling it out of objects.
        Get the root GitHub instance for this object.
        Returns:
        the root GitHub instance