Add support for diff web links

Plugins can now add web links to the diff screen that will be
displayed next to the navigation icons.

Change-Id: Ifa01103054c3e81e3121c219ee5b69db2fefb3bf
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2014-12-06 10:55:38 +01:00
parent 91c473af8d
commit 8cdce50b43
16 changed files with 325 additions and 45 deletions

View File

@@ -63,6 +63,11 @@ public class DiffApi {
return this;
}
public DiffApi webLinksOnly() {
call.addParameter("weblinks-only", true);
return this;
}
public DiffApi ignoreWhitespace(AccountDiffPreference.Whitespace w) {
switch (w) {
default: