Uses of Class
org.miaixz.bus.gitlab.models.Diff
Packages that use Diff
Package
Description
-
Uses of Diff in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.Get a list of merge request diffs.Get a Pager of merge request diffs.MergeRequestApi.getDiffsStream(Object projectIdOrPath, Long mergeRequestIid) Get a Stream of merge request diffs.CommitsApi.getDiffStream(Object projectIdOrPath, String sha) Get the Diff of diffs of a commit in a project. -
Uses of Diff in org.miaixz.bus.gitlab.hooks.web
Methods in org.miaixz.bus.gitlab.hooks.web that return DiffMethods in org.miaixz.bus.gitlab.hooks.web with parameters of type Diff -
Uses of Diff in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return types with arguments of type DiffModifier and TypeMethodDescriptionMergeRequest.getChanges()CompareResults.getDiffs()MergeRequestDiff.getDiffs()Method parameters in org.miaixz.bus.gitlab.models with type arguments of type Diff