Package com.linecorp.centraldogma.client
Class DiffFilesRequest
java.lang.Object
com.linecorp.centraldogma.client.DiffFilesRequest
Prepares to send a
CentralDogma.getDiff(String, String, Revision, Revision, PathPattern)
request
to the Central Dogma repository.-
Method Summary
-
Method Details
-
get
Retrieves the diffs of the files matched by the given path pattern between twoRevision
s.- Returns:
- a
List
of theChange
s that contain the diffs between the files matched by the givenPathPattern
between two revisions.
-