Class GHRepositoryStatistics.CommitActivity

    • Constructor Detail

      • CommitActivity

        public CommitActivity()
    • Method Detail

      • getDays

        public List<Integer> getDays()
        Gets days.
        Returns:
        The number of commits for each day of the week. 0 = Sunday, 1 = Monday, etc.
      • getTotal

        public int getTotal()
        Gets total.
        Returns:
        The total number of commits for the week.
      • getWeek

        public long getWeek()
        Gets week.
        Returns:
        The start of the week as a UNIX timestamp.
      • getRoot

        public GitHub getRoot()
        Gets root.
        Returns:
        the root