Package net.sf.statcvs.pages
Class TwitterHelp
- java.lang.Object
-
- net.sf.statcvs.pages.TwitterHelp
-
public final class TwitterHelp extends java.lang.Object
- Author:
- Benoit
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
buildDeveloperLink(Author developer, java.lang.String loc, Repository repository, ReportConfig config)
static java.lang.String
buildDeveloperOfMonthLink(Author developer, int loc, Repository repository, java.lang.String month_year, ReportConfig config)
static java.lang.String
buildOverviewLink(TopDevelopersTableReport topDevelopers, Repository repository, ReportConfig config)
-
-
-
Method Detail
-
buildOverviewLink
public static java.lang.String buildOverviewLink(TopDevelopersTableReport topDevelopers, Repository repository, ReportConfig config)
-
buildDeveloperLink
public static java.lang.String buildDeveloperLink(Author developer, java.lang.String loc, Repository repository, ReportConfig config)
-
buildDeveloperOfMonthLink
public static java.lang.String buildDeveloperOfMonthLink(Author developer, int loc, Repository repository, java.lang.String month_year, ReportConfig config)
-
-