java.lang.Object
org.kohsuke.github.GHRepositoryTraffic
- All Implemented Interfaces:
TrafficInfo
- Direct Known Subclasses:
GHRepositoryCloneTraffic,GHRepositoryViewTraffic
The type GHRepositoryTraffic.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Gets the count.abstract List<? extends GHRepositoryTraffic.DailyInfo>Gets daily info.intGets the uniques.
-
Method Details
-
getCount
public int getCount()Gets the count.- Specified by:
getCountin interfaceTrafficInfo- Returns:
- the count
-
getDailyInfo
Gets daily info.- Returns:
- the daily info
-
getUniques
public int getUniques()Gets the uniques.- Specified by:
getUniquesin interfaceTrafficInfo- Returns:
- the uniques
-