Contributors based on some system outside of the vcs.
| Type | Name and description |
|---|---|
static GitHubContributorsProvider |
getGitHubContributorsProvider(java.lang.String repository, java.lang.String readOnlyAuthToken)Fetches contributors from GitHub. |
static ContributorsSerializer |
getLastContributorsSerializer(java.io.File contributorsFile)Return Json serializer for last last contributions |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Fetches contributors from GitHub. Needs GitHub auth token.
repository - name of GitHub repository, for example: "mockito/mockito"readOnlyAuthToken - the GitHub auth tokenReturn Json serializer for last last contributions
contributorsFile - file where last contributions are stored