Class GHRepositoryStatistics.Participation

    • Constructor Detail

      • Participation

        public Participation()
    • Method Detail

      • getAllCommits

        public List<Integer> getAllCommits()
        Gets all commits.
        Returns:
        The list of commit counts for everyone combined, for the last 52 weeks.
      • getOwnerCommits

        public List<Integer> getOwnerCommits()
        Gets owner commits.
        Returns:
        The list of commit counts for the owner, for the last 52 weeks.
      • 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