Uses of Class
org.azd.git.types.GitCommitsBatch
Packages that use GitCommitsBatch
-
Uses of GitCommitsBatch in org.azd.git
Methods in org.azd.git with parameters of type GitCommitsBatchModifier and TypeMethodDescriptionGitApi.getCommitsBatch(String repositoryId, GitCommitsBatch gitCommitsBatch) Retrieve git commits for a project matching the search criteria. -
Uses of GitCommitsBatch in org.azd.git.types
Methods in org.azd.git.types with parameters of type GitCommitsBatchModifier and TypeMethodDescriptionGitCommitsBatch.build(GitCommitsBatch gitCommitsBatch) Helper method to strip out the unused parameters. -
Uses of GitCommitsBatch in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type GitCommitsBatchModifier and TypeMethodDescriptionGitDetails.getCommitsBatch(String repositoryId, GitCommitsBatch gitCommitsBatch)