Support 'foreach' in a project dashboard config

Change-Id: I8ede9ec3d4c0efa16a88bad55cc59b2b039f0cdc
This commit is contained in:
Martin Fick
2012-11-19 21:58:20 -07:00
parent 4accc9e658
commit cb8fe2f51b
3 changed files with 20 additions and 0 deletions

View File

@@ -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; }-*/;