Class GHRepositoryStatistics.ContributorStats

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

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

    • ContributorStats

      public ContributorStats()
      Create default ContributorStats instance
  • Method Details

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

      Convenience method to look up week with particular timestamp.
      Parameters:
      timestamp - The timestamp to look for.
      Returns:
      The week starting with the given timestamp. Throws an exception if it is not found.
      Throws:
      NoSuchElementException - the no such element exception
    • getWeeks

      Gets weeks.
      Returns:
      The total number of commits authored by the contributor.
    • toString

      public String toString()
      To string.
      Overrides:
      toString in class GHObject
      Returns:
      the string