Uses of Class
org.azd.git.types.GitCommitChanges
Packages that use GitCommitChanges
-
Uses of GitCommitChanges in org.azd.git
Methods in org.azd.git that return GitCommitChangesModifier and TypeMethodDescriptionGitApi.getChanges(String repositoryName, String commitId) Retrieve changes for a particular commit.GitApi.getChanges(String repositoryName, String commitId, int top, int skip) Retrieve changes for a particular commit. -
Uses of GitCommitChanges in org.azd.interfaces
Methods in org.azd.interfaces that return GitCommitChangesModifier and TypeMethodDescriptionGitDetails.getChanges(String repositoryName, String commitId) GitDetails.getChanges(String repositoryName, String commitId, int top, int skip)