Class RestReports
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.chart.RestReports
-
public class RestReports extends Object
-
-
Constructor Summary
Constructors Constructor Description RestReports()
RestReports(com.atlassian.plugins.rest.common.Link link, RestReportList reports)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getExpand()
com.atlassian.plugins.rest.common.Link
getLink()
RestReportList
getReports()
void
setLink(com.atlassian.plugins.rest.common.Link link)
void
setReports(RestReportList reports)
-
-
-
Constructor Detail
-
RestReports
public RestReports()
-
RestReports
public RestReports(com.atlassian.plugins.rest.common.Link link, RestReportList reports)
-
-
Method Detail
-
getLink
public com.atlassian.plugins.rest.common.Link getLink()
-
setLink
public void setLink(com.atlassian.plugins.rest.common.Link link)
-
getReports
public RestReportList getReports()
-
setReports
public void setReports(RestReportList reports)
-
getExpand
public String getExpand()
-
-