Contributors based on some system outside of the vcs.
| Type | Name and description |
|---|---|
static AllContributorsSerializer |
getAllContributorsSerializer(java.io.File contributorsFile)Return Json serializer for all project contributors |
static java.lang.String |
getAllProjectContributorsFileName(java.lang.String buildDir)Generate file path where all project contributors are stored. |
static GitHubContributorsProvider |
getGitHubContributorsProvider(java.lang.String repository, java.lang.String readOnlyAuthToken)Fetches contributors from GitHub. |
static java.lang.String |
getLastContributorsFileName(java.lang.String buildDir, java.lang.String fromRev, java.lang.String toRevision)Generate file path where last contributors are stored. |
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() |
Return Json serializer for all project contributors
contributorsFile - file where all project contributions are storedGenerate file path where all project contributors are stored.
buildDir - project build dirFetches contributors from GitHub. Needs GitHub auth token.
repository - name of GitHub repository, for example: "mockito/mockito"readOnlyAuthToken - the GitHub auth tokenGenerate file path where last contributors are stored.
buildDir - project build dirfromRev - from revision or tagtoRevision - end revision or 'HEAD'Return Json serializer for last last contributions
contributorsFile - file where last contributions are stored