public class ReportSet extends ConfigurationContainer implements Serializable, Cloneable
| Constructor and Description | 
|---|
| ReportSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addReport(String 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<String> | getReports()Method getReports. | 
| void | removeReport(String string)Method removeReport. | 
| void | setId(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(List<String> reports)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(String string)
string - public ReportSet clone()
clone in class ConfigurationContainerpublic String getId()
public void removeReport(String string)
string - public void setId(String id)
id - public void setReports(List<String> reports)
reports - Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.