public class ReportSet extends ConfigurationContainerimplements Serializable , Cloneable
| Constructor and Description |
|---|
ReportSet()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReport(String
Method addReport.
|
ReportSet |
clone()
Method clone.
|
String |
getId()
Get the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.
|
List |
getReports()
Method getReports.
|
void |
removeReport(String
Method removeReport.
|
void |
setId(String
Set the unique id for this report set, to be used during POM inheritance and profile injection for merging of report sets.
|
void |
setReports(List
Set the list of reports from this plugin which should be generated from this set.
|
String |
toString()
|
getConfiguration, getInherited, getLocation, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, setLocation, unsetInheritanceAppliedpublic void addReport(Stringstring)
string -
public ReportSetclone()
clone in class
ConfigurationContainer
public StringgetId()
public void removeReport(Stringstring)
string -
public void setId(Stringid)
id -
public void setReports(List<String > reports)
reports -
public StringtoString()