- generateReleaseNotes() - Method in NotableReleaseNotesFetcherTask
-
- generateReleaseNotes() - Method in NotableReleaseNotesGeneratorTask
-
- generateReleaseNotesData(String, 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
- getCollection(Object) - Method in ExtContainer
-
- getCommitId() - Method in Commit
-
Commit identifier.
- getCommits() - Method in Contribution
-
Commits
- getCompleteReleaseNotes() - Method in DefaultReleaseNotesExtension
-
- getConfigurer(Project) - Method in LazyConfigurer
-
Gets the configurer for the project.
- 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)
- getCurrentBranch() - Method in ExtContainer
-
Returns the branch to work on by checking the env variable 'TRAVIS_BRANCH'
- getDate() - Method in DefaultReleaseNotesData
-
- getDate() - Method in ReleasedVersion
-
Release date
- getDate() - Method in ReleaseNotesData
-
Date of the release
- getDetailedReleaseNotesLink() - Method in NotesGeneration
-
- getEnv(String) - Method in EnvVariables
-
Provides env variables and validates presence.
- getGitGenericEmail() - Method in ExtContainer
-
Generic git email to be used for commits, for example "mockito.release.tools@gmail.com"
- getGitGenericUser() - Method in ExtContainer
-
Generic git user to be used for commits, for example "mockito.release.tools"
- getGitGenericUserNotation() - Method in ExtContainer
-
Returns Git generic user notation based on settings, for example:
"Mockito Release Tools <mockito.release.tools@gmail.com>"
- getGitHubContibutorsProvider(String, String) - Method in Contributors
-
Fetches contribiutors from GitHub.
- getGitHubLabels() - Method in NotesGeneration
-
- getGitHubProvider(String, String) - Method in Improvements
-
Fetches tickets from GitHub.
- getGitHubReadOnlyAuthToken() - Method in ExtContainer
-
GitHub read only auth token
- getGitHubReadOnlyAuthToken() - Method in NotesGeneration
-
- getGitHubRepository() - Method in ExtContainer
-
GitHub repository name, for example: "mockito/mockito"
- getGitHubRepository() - Method in NotesGeneration
-
- getGitWorkingDir() - Method in NotesGeneration
-
- getHeadVersion() - Method in NotesGeneration
-
- 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)
- getIntroductionText() - Method in NotesGeneration
-
- 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
-
- getNotableReleaseNotesFile() - Method in ExtContainer
-
Notable release notes file, for example "docs/notable-release-notes.md"
- getNotableVersions() - Method in VersionFile
-
Returns notable versions
- getNotesGeneration() - Method in NotableReleaseNotesFetcherTask
-
- getNotesGeneration() - Method in NotableReleaseNotesGeneratorTask
-
- getOutputFile() - Method in NotesGeneration
-
- getPreviousRev() - Method in ReleasedVersion
-
Nullable, previous revision (tag)
- 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
-
- getQuietGitPushArgs() - Method in ExtContainer
-
Quiet command line to be used to perform git push
- getReleasableBranchRegex() - Method in ExtContainer
-
Regex to be used to identify branches that entitled to be released, for example "master|release/
- getReleaseDateProvider(ProcessRunner) - Method in Vcs
-
Provides means to get release versions
- getReleasedVersions(String, Date, Collection<String>, String) - Method in ReleasedVersionsProvider
-
Provides release versions information, with 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.
- getReleaseNotesFile() - Method in ExtContainer
-
Release notes file relative path, for example: "docs/release-notes.md"
- getRev() - Method in ReleasedVersion
-
vcs addressable revision (tag)
- 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
-
- getTag() - Method in ExtContainer
-
Tag name to be used, "v" + project.version
- getTagPrefix() - Method in NotesGeneration
-
- getTargetVersions() - Method in NotesGeneration
-
- getTemporarySerializedNotesFile() - Method in NotesGeneration
-
- getTickets() - Method in Commit
-
Tickets referenced by the commit.
- getTitle() - Method in DefaultImprovement
-
- getTitle() - Method in Improvement
-
Title of the improvement.
- getUpdateNotableVersions() - Method in BumpVersionFileTask
-
Whether to update notable versions by adding previous version to list
- getUpdateNotableVersions() - Method in DefaultBumpVersionFileTask
-
- getUrl() - Method in DefaultImprovement
-
- getUrl() - Method in Improvement
-
The link to the improvement.
- getVcsCommitsLinkTemplate() - Method in NotesGeneration
-
- getVcsTag() - Method in DefaultReleaseNotesData
-
- getVcsTag() - Method in ReleaseNotesData
-
The vcs addressable tag of this version
- getVersion() - Method in DefaultReleaseNotesData
-
- getVersion() - Method in ReleasedVersion
-
Version number
- getVersion() - Method in ReleaseNotesData
-
Version of the released software component
- getVersion() - Method in VersionFile
-
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
- GradleDSLHelper - Class in org.mockito.release.internal.gradle.util
Useful to work around Gradle API that requires the use of Groovy.
- graphPopulated(TaskExecutionGraph) - Method in LazyConfigurer
-