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, unsetInheritanceApplied
private java.lang.String id
private java.util.List<java.lang.String> reports
public void addReport(java.lang.String string)
string
- a string object.public ReportSet clone()
clone
in class ConfigurationContainer
public java.lang.String getId()
public java.util.List<java.lang.String> getReports()
public void removeReport(java.lang.String string)
string
- a string object.public void setId(java.lang.String id)
id
- a id object.public void setReports(java.util.List<java.lang.String> reports)
reports
- a reports object.public java.lang.String toString()
toString
in class java.lang.Object