Uses of Class
org.gitlab4j.api.models.Diff
Packages that use Diff
-
Uses of Diff in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type DiffModifier and TypeMethodDescriptionGet the list of diffs of a commit in a project.Get the Pager of diffs of a commit in a project.CommitsApi.getDiffStream
(Object projectIdOrPath, String sha) Get the Diff of diffs of a commit in a project. -
Uses of Diff in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type DiffModifier and TypeMethodDescriptionMergeRequest.getChanges()
CompareResults.getDiffs()
MergeRequestDiff.getDiffs()
Method parameters in org.gitlab4j.api.models with type arguments of type Diff -
Uses of Diff in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return DiffMethods in org.gitlab4j.api.webhook with parameters of type Diff