Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models | |
org.gitlab4j.api.webhook |
Modifier and Type | Method and Description |
---|---|
List<Diff> |
CommitsApi.getDiff(int projectId,
String sha)
Get the list of diffs of a commit in a project.
|
List<Diff> |
CommitsApi.getDiff(String projectPath,
String sha)
Get the list of diffs of a commit in a project.
|
Modifier and Type | Method and Description |
---|---|
Diff |
MergeRequest.getChanges() |
Modifier and Type | Method and Description |
---|---|
List<Diff> |
CompareResults.getDiffs() |
Modifier and Type | Method and Description |
---|---|
void |
MergeRequest.setChanges(Diff changes) |
Modifier and Type | Method and Description |
---|---|
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 © 2018. All rights reserved.