Support 'foreach' in a project dashboard config
Change-Id: I8ede9ec3d4c0efa16a88bad55cc59b2b039f0cdc
This commit is contained in:
@@ -22,6 +22,7 @@ public class DashboardInfo extends JavaScriptObject {
|
||||
public final native String ref() /*-{ return this.ref; }-*/;
|
||||
public final native String path() /*-{ return this.path; }-*/;
|
||||
public final native String description() /*-{ return this.description; }-*/;
|
||||
public final native String foreach() /*-{ return this.foreach; }-*/;
|
||||
public final native String url() /*-{ return this.url; }-*/;
|
||||
public final native boolean isDefault() /*-{ return this['default'] ? true : false; }-*/;
|
||||
|
||||
|
Reference in New Issue
Block a user