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