Class GHRepositoryStatistics.Participation

java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHRepositoryStatistics.Participation
Enclosing class:
GHRepositoryStatistics

public static class GHRepositoryStatistics.Participation extends GHObject
The type Participation.
  • Constructor Details

    • Participation

      public Participation()
      Create default Participation instance
  • Method Details

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