- generateReleaseNotes() - Method in NotableReleaseNotesGeneratorTask
-
- generateReleaseNotesData(Collection<String>, String, Collection<String>, boolean) - Method in ReleaseNotesGenerator
-
Generates release notes data model.
- get(K) - Method in MultiMap
-
If the key does not exist, null is returned
- getAllCommits() - Method in ContributionSet
-
All commits in given contribution set, spanning all authors
- getAllTickets() - Method in ContributionSet
-
All tickets referenced in commit messages
- getAuthorCount() - Method in ContributionSet
-
All unique authors of this set of contributions.
- getAuthorEmail() - Method in Commit
-
Author identifier.
- getAuthorName() - Method in Commit
-
Author display name.
- getAuthorName() - Method in Contribution
-
The name of the author
- getBintrayRepo() - Method in ExtContainer
-
Bintray repo name for upload
- getCollection(Object) - Method in ExtContainer
-
- getCommitId() - Method in Commit
-
Commit identifier.
- getCommits() - Method in Contribution
-
Commits
- getCompleteReleaseNotes() - Method in DefaultReleaseNotesExtension
-
- getContributions() - Method in ContributionSet
-
All contributions in the set.
- getContributions() - Method in DefaultReleaseNotesData
-
- getContributions() - Method in ReleaseNotesData
-
Contributions (authors and commits from VCS)
- getContributionsBetween(String, String) - Method in ContributionsProvider
-
Provides contributions between specified versions
- getContributionsProvider(ProcessRunner) - Method in Vcs
-
Provides means to get contributions.
- getContributors() - Method in DefaultReleaseNotesData
-
- getContributors() - Method in ReleaseNotesData
-
Contributors (authors and links to www pages)
- getDate() - Method in DefaultReleaseNotesData
-
- getDate() - Method in ReleaseNotesData
-
Date of the release
- getEnv(String) - Method in EnvVariables
-
Provides env variables and validates presence.
- getGitHubContibutorsProvider(String, String) - Method in Contributors
-
Fetches contribiutors from GitHub.
- getGitHubProvider(String, String) - Method in Improvements
-
Fetches tickets from GitHub.
- getGitHubRepository() - Method in ExtContainer
-
GitHub repository name, for example: "mockito/mockito"
- getId() - Method in DefaultImprovement
-
- getId() - Method in Improvement
-
Identifier of the improvement.
- getImprovements() - Method in DefaultReleaseNotesData
-
- getImprovements(ContributionSet, Collection<String>, boolean) - Method in ImprovementsProvider
-
Returns improvements that are referenced from given contribution set.
- getImprovements() - Method in ReleaseNotesData
-
Improvements (issues, pull requests from issue tracker)
- getLabels() - Method in DefaultImprovement
-
- getLabels() - Method in Improvement
-
Labels of this improvement.
- getLogin() - Method in Contributor
-
The login of the author.
- getLogin() - Method in DefaultContributor
-
- getMap(Object) - Method in ExtContainer
-
- getMessage() - Method in Commit
-
Commit message
- getName() - Method in Contributor
-
The name of the author.
- getName() - Method in DefaultContributor
-
- getPreviousVersion() - Method in DefaultReleaseNotesExtension
-
- getPreviousVersion() - Method in PreviousVersion
-
The previous version
- getPreviousVersion() - Method in ReleaseNotesExtension
-
Returns previous version based on the release notes file.
- getPreviousVersionVcsTag() - Method in DefaultReleaseNotesData
-
- getPreviousVersionVcsTag() - Method in ReleaseNotesData
-
The vcs addressable tag of previous version
- getProcessRunner(File) - Method in Exec
-
Provides process runner for given working dir
- getProfileUrl() - Method in Contributor
-
The URL to author page.
- getProfileUrl() - Method in DefaultContributor
-
- getReleaseDateProvider(ProcessRunner) - Method in Vcs
-
Provides means to get release dates
- getReleaseDates(Collection<String>, String) - Method in ReleaseDateProvider
-
Provides release dates for given versions.
- getReleaseNotes(String) - Method in DefaultReleaseNotesExtension
-
- getReleaseNotes(String) - Method in ReleaseNotesExtension
-
Generates and returns incremental release notes text that can be appended to the release notes file.
- getRevisionForTagOrRevision(String) - Method in GitRevisionProvider
-
- getRevisionForTagOrRevision(String) - Method in RevisionProvider
-
Convert tag (or revision) to revision number
- getRevisionProvider(ProcessRunner) - Method in Vcs
-
- getString(Object) - Method in ExtContainer
-
- getTickets() - Method in Commit
-
Tickets referenced by the commit.
- getTitle() - Method in DefaultImprovement
-
- getTitle() - Method in Improvement
-
Title of the improvement.
- getUrl() - Method in DefaultImprovement
-
- getUrl() - Method in Improvement
-
The link to the improvement.
- getVcsTag() - Method in DefaultReleaseNotesData
-
- getVcsTag() - Method in ReleaseNotesData
-
The vcs addressable tag of this version
- getVersion() - Method in DefaultReleaseNotesData
-
- getVersion() - Method in ReleaseNotesData
-
Version of the released software component
- getVersion() - Method in VersionFile
-
the version number
- getVersionFile() - Method in BumpVersionFileTask
-
File that contains version number information, for example: "version=0.0.1"
- getVersionFile() - Method in DefaultBumpVersionFileTask
-
- Git - Class in org.mockito.release.git
Git utilities
- GitAuthor - Interface in org.mockito.release.git
Operations related to git author
- GitHubCommitsJSON - Class in org.mockito.release.notes.contributors
Provides means to parse JsonObjects returned from calling GitHub API.
- GitHubContributorsFetcher - Class in org.mockito.release.notes.contributors
- GitHubContributorsProvider - Class in org.mockito.release.notes.contributors
- GitHubFetcher - Class in org.mockito.release.notes.util
This class contains standard operations for skim over GitHub API responses.
- GitHubFetcher(String) - Constructor in GitHubFetcher
-
- gitHubNotesBuilder(File, String, String) - Method in Notes
-
Release notes build based on git and GitHub.
- GitRevisionProvider - Class in org.mockito.release.notes.vcs
- GitRevisionProvider(ProcessRunner) - Constructor in GitRevisionProvider
-
- GitTool - Interface in org.mockito.release.git
Git operations
- gitTool(ProcessRunner) - Method in Git
-
Provides git tool that uses given process runner
- GradleProjectUtil - Class in org.mockito.release.internal.gradle.util