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 voidMergeRequest. setChanges(List<Diff> changes)voidCompareResults. 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 DiffNoteEvent.ObjectAttributes. getStDiff()Methods in org.gitlab4j.api.webhook with parameters of type Diff Modifier and Type Method Description voidNoteEvent.ObjectAttributes. setStDiff(Diff stDiff)
-