Uses of Class
org.gitlab4j.api.models.Diff
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models | |
| org.gitlab4j.api.webhook |
-
Uses of Diff in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type Diff Modifier and Type Method Description List<Diff>CommitsApi. getDiff(Object projectIdOrPath, String sha)Get the list of diffs of a commit in a project.Pager<Diff>CommitsApi. getDiff(Object projectIdOrPath, String sha, int itemsPerPage)Get the Pager of diffs of a commit in a project.Stream<Diff>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
-
Uses of Diff in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return Diff Modifier and Type Method Description DiffNoteEvent.ObjectAttributes. getStDiff()Methods in org.gitlab4j.api.webhook with parameters of type Diff Modifier and Type Method Description voidNoteEvent.ObjectAttributes. setStDiff(Diff stDiff)