public interface ChangelogBrowser
| Modifier and Type | Interface and Description |
|---|---|
static class |
ChangelogBrowser.ChangeSets |
| Modifier and Type | Method and Description |
|---|---|
ChangelogBrowser.ChangeSets |
listChanges(Principal principal,
java.lang.String path,
java.lang.String oldestCsid,
boolean includeOldest,
java.lang.String newestCsid,
boolean includeNewest,
int maxChangesets)
returns sorted changesets, newest first
|
ChangelogBrowser.ChangeSets listChanges(Principal principal, java.lang.String path, java.lang.String oldestCsid, boolean includeOldest, java.lang.String newestCsid, boolean includeNewest, int maxChangesets)
principal - path - only show change sets which contain at least one revision with a path under this path.
Changesets with some revisions outside this path still include all revisions.
i.e. Revisions outside the path are *not* excluded from the change set.oldestCsid - only return change sets after this change set. If null there is no restriction.includeOldest - include the change set with id oldestCsid in the change sets returned.newestCsid - only return change sets before this change set. If null there is no restriction.includeNewest - include the change set with id newestCsid in the change sets returned.maxChangesets - return only the newest change sets, to a maximum of maxChangesets.