public class ReportSet extends ConfigurationContainer implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
id
The unique id for this report set, to be used during POM
inheritance and profile injection
for merging of report sets.
|
private java.util.List<java.lang.String> |
reports
Field reports.
|
| Constructor and Description |
|---|
ReportSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(java.lang.String string)
Method addReport.
|
ReportSet |
clone()
Method clone.
|
java.lang.String |
getId()
Get the unique id for this report set, to be used during POM
inheritance and profile injection
for merging of report sets.
|
java.util.List<java.lang.String> |
getReports()
Method getReports.
|
void |
removeReport(java.lang.String string)
Method removeReport.
|
void |
setId(java.lang.String id)
Set the unique id for this report set, to be used during POM
inheritance and profile injection
for merging of report sets.
|
void |
setReports(java.util.List<java.lang.String> reports)
Set the list of reports from this plugin which should be
generated from this set.
|
java.lang.String |
toString() |
getConfiguration, getInherited, getLocation, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, setLocation, setOtherLocation, unsetInheritanceAppliedprivate java.lang.String id
private java.util.List<java.lang.String> reports
public void addReport(java.lang.String string)
string - public ReportSet clone()
clone in class ConfigurationContainerpublic java.lang.String getId()
public java.util.List<java.lang.String> getReports()
public void removeReport(java.lang.String string)
string - public void setId(java.lang.String id)
id - public void setReports(java.util.List<java.lang.String> reports)
reports - public java.lang.String toString()
toString in class java.lang.Object