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