@Metadata(description="A component in a dashboard that holds a report",
root=CONFIGURATION)
public class ReportHolder
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
| Constructor and Description |
|---|
ReportHolder() |
ReportHolder(java.lang.String id,
int x,
int y,
int w,
int h) |
| Modifier and Type | Method and Description |
|---|---|
int |
getH() |
Report |
getReport() |
java.lang.String |
getUrl() |
int |
getW() |
int |
getX() |
int |
getY() |
void |
setH(int h) |
void |
setReport(Report report) |
void |
setShowCaseData(boolean showCaseData) |
void |
setTestRunId(java.lang.String testRunId) |
void |
setW(int w) |
void |
setX(int x) |
void |
setY(int y) |
compareTo, equals, get$ciAttributes, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$ciAttributes, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic ReportHolder()
public ReportHolder(java.lang.String id,
int x,
int y,
int w,
int h)
public Report getReport()
public void setReport(Report report)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public java.lang.String getUrl()
public void setTestRunId(java.lang.String testRunId)
public void setShowCaseData(boolean showCaseData)