Class GHRepositoryTraffic

java.lang.Object
org.kohsuke.github.GHRepositoryTraffic
All Implemented Interfaces:
TrafficInfo
Direct Known Subclasses:
GHRepositoryCloneTraffic, GHRepositoryViewTraffic

public abstract class GHRepositoryTraffic extends Object implements TrafficInfo
The type GHRepositoryTraffic.
  • Method Details

    • getCount

      public int getCount()
      Gets the count.
      Specified by:
      getCount in interface TrafficInfo
      Returns:
      the count
    • getUniques

      public int getUniques()
      Gets the uniques.
      Specified by:
      getUniques in interface TrafficInfo
      Returns:
      the uniques
    • getDailyInfo

      public abstract List<? extends GHRepositoryTraffic.DailyInfo> getDailyInfo()
      Gets daily info.
      Returns:
      the daily info