| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models | |
| org.gitlab4j.api.webhook |
| Modifier and Type | Method and Description |
|---|---|
List<Diff> |
CommitsApi.getDiff(Object projectIdOrPath,
String sha)
Get the list of diffs of a commit in a project.
|
| Modifier and Type | Method and Description |
|---|---|
List<Diff> |
MergeRequest.getChanges() |
List<Diff> |
CompareResults.getDiffs() |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeRequest.setChanges(List<Diff> changes) |
void |
CompareResults.setDiffs(List<Diff> diffs) |
| Modifier and Type | Method and Description |
|---|---|
Diff |
NoteEvent.ObjectAttributes.getStDiff() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoteEvent.ObjectAttributes.setStDiff(Diff stDiff) |
Copyright © 2019. All rights reserved.