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()
  • Method Details

    • getHtmlUrl

      public URL getHtmlUrl() throws IOException
      Gets the html url.
      Specified by:
      getHtmlUrl in class GHObject
      Returns:
      the html url
      Throws:
      IOException - Signals that an I/O exception has occurred.
    • 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