| Type | Name and description |
|---|---|
static ReleaseNotesGenerator |
releaseNotesGenerator(java.io.File workDir, java.lang.String gitHubRepository, java.lang.String readOnlyAuthToken, Predicate<Commit> ignoredCommit)@param workDir the working directory where 'git' operations will be executed |
| 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() |
workDir - the working directory where 'git' operations will be executedgitHubRepository - GitHub gitHubRepository in format USER|COMPANY/REPO_NAME, for example: mockito/mockitoreadOnlyAuthToken - read only auth token used to communicate with GitHubignoredCommit - responsible decide if commits should not be included in release notes