Uses of Class
org.gitlab4j.api.models.Diff
-
Packages that use Diff Package Description org.gitlab4j.api org.gitlab4j.api.models org.gitlab4j.api.webhook -
-
Uses of Diff in org.gitlab4j.api
-
Uses of Diff in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return types with arguments of type Diff Modifier and Type Method Description List<Diff>
MergeRequest. getChanges()
List<Diff>
CompareResults. getDiffs()
Method parameters in org.gitlab4j.api.models with type arguments of type Diff Modifier and Type Method Description void
MergeRequest. setChanges(List<Diff> changes)
void
CompareResults. setDiffs(List<Diff> diffs)
-
Uses of Diff in org.gitlab4j.api.webhook
Methods in org.gitlab4j.api.webhook that return Diff Modifier and Type Method Description Diff
NoteEvent.ObjectAttributes. getStDiff()
Methods in org.gitlab4j.api.webhook with parameters of type Diff Modifier and Type Method Description void
NoteEvent.ObjectAttributes. setStDiff(Diff stDiff)
-