Package org.kohsuke.github
Interface TrafficInfo
-
- All Known Implementing Classes:
GHRepositoryCloneTraffic,GHRepositoryCloneTraffic.DailyInfo,GHRepositoryTraffic,GHRepositoryTraffic.DailyInfo,GHRepositoryViewTraffic,GHRepositoryViewTraffic.DailyInfo
public interface TrafficInfoThe interface TrafficInfo.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()Total count of hits.intgetUniques()Unique visitors.
-