mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-24 21:10:10 +01:00
added revision parameter to changeset client api
This commit is contained in:
@@ -55,12 +55,14 @@ public interface ClientChangesetHandler
|
||||
* @return
|
||||
*/
|
||||
public ChangesetPagingResult getChangesets(int start, int limit);
|
||||
|
||||
|
||||
/**
|
||||
* @param path
|
||||
* @param revision
|
||||
* @param start
|
||||
* @param limit
|
||||
* @return
|
||||
*/
|
||||
public ChangesetPagingResult getChangesets(String path, int start, int limit);
|
||||
public ChangesetPagingResult getChangesets(String path, String revision,
|
||||
int start, int limit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user