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.
|
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.
|
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 © 2020. All rights reserved.