Class RestReport
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.chart.RestReport
-
public class RestReport extends Object
-
-
Constructor Summary
Constructors Constructor Description RestReport()
RestReport(String key, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getName()
void
setKey(String key)
void
setName(String name)
-