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 twoRevisions.- Returns:
- a
Listof theChanges that contain the diffs between the files matched by the givenPathPatternbetween two revisions.
-