Uses of Class
org.azd.git.types.GitCommits
Packages that use GitCommits
-
Uses of GitCommits in org.azd.git
Methods in org.azd.git that return GitCommitsModifier and TypeMethodDescriptionGitApi.getCommits(String repositoryName) Retrieve git commits for a project.GitApi.getCommits(String repositoryName, int top) Retrieve git commits for a project.GitApi.getCommits(String repositoryName, int top, int skip, String author, String version, GitVersionOptions versionOptions, GitVersionType versionType, boolean excludeDeletes, String fromCommitId, String toCommitId, String fromDate, String toDate, GitHistoryMode historyMode, List<String> ids, boolean includeLinks, boolean includePushData, boolean includeUserImageUrl, boolean includeWorkItems, String itemPath, boolean showOldestCommitsFirst, String user, String itemVersion, GitVersionOptions itemVersionOptions, GitVersionType itemVersionType) Retrieve git commits for a project.GitApi.getCommits(String repositoryName, List<String> ids) Retrieve git commits for a project.GitApi.getPushCommits(String repositoryName, int pushId) Retrieve a list of commits associated with a particular push.GitApi.getPushCommits(String repositoryName, int pushId, boolean includeLinks, int top, int skip) Retrieve a list of commits associated with a particular push. -
Uses of GitCommits in org.azd.interfaces
Methods in org.azd.interfaces that return GitCommitsModifier and TypeMethodDescriptionGitDetails.getCommits(String repositoryName) GitDetails.getCommits(String repositoryName, int top) GitDetails.getCommits(String repositoryName, int top, int skip, String author, String version, GitVersionOptions versionOptions, GitVersionType versionType, boolean excludeDeletes, String fromCommitId, String toCommitId, String fromDate, String toDate, GitHistoryMode historyMode, List<String> ids, boolean includeLinks, boolean includePushData, boolean includeUserImageUrl, boolean includeWorkItems, String itemPath, boolean showOldestCommitsFirst, String user, String itemVersion, GitVersionOptions itemVersionOptions, GitVersionType itemVersionType) GitDetails.getCommits(String repositoryName, List<String> ids) GitDetails.getPushCommits(String repositoryName, int pushId) GitDetails.getPushCommits(String repositoryName, int pushId, boolean includeLinks, int top, int skip)