Uses of Class
org.azd.git.types.GitChange
Packages that use GitChange
-
Uses of GitChange in org.azd.git.types
Methods in org.azd.git.types that return types with arguments of type GitChangeModifier and TypeMethodDescriptionGitCommit.getChanges()GitCommitChanges.getChanges()GitCommitRef.getChanges()Method parameters in org.azd.git.types with type arguments of type GitChangeModifier and TypeMethodDescriptionvoidGitCommit.setChanges(List<GitChange> changes) voidGitCommitChanges.setChanges(List<GitChange> changes) voidGitCommitRef.setChanges(List<GitChange> changes)