java.io.Serializablepublic class ReportSet
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
ReportSet() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addReport(java.lang.String string) |
Method addReport.
|
java.lang.Object |
getConfiguration() |
Get configuration of the report to be used when generating
this set.
|
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.lang.String |
getInherited() |
Get whether any configuration should be propagated to child
POMs.
|
java.util.List<java.lang.String> |
getReports() |
Method getReports.
|
boolean |
isInheritanceApplied() |
|
void |
removeReport(java.lang.String string) |
Method removeReport.
|
void |
setConfiguration(java.lang.Object configuration) |
Set configuration of the report to be used when generating
this set.
|
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 |
setInherited(java.lang.String inherited) |
Set whether any configuration should be propagated to child
POMs.
|
void |
setReports(java.util.List<java.lang.String> reports) |
Set the list of reports from this plugin which should be
generated from this set.
|
void |
unsetInheritanceApplied() |
public void addReport(java.lang.String string)
string - public java.lang.Object getConfiguration()
public java.lang.String getId()
public java.lang.String getInherited()
public java.util.List<java.lang.String> getReports()
public void removeReport(java.lang.String string)
string - public void setConfiguration(java.lang.Object configuration)
configuration - public void setId(java.lang.String id)
id - public void setInherited(java.lang.String inherited)
inherited - public void setReports(java.util.List<java.lang.String> reports)
reports - public void unsetInheritanceApplied()
public boolean isInheritanceApplied()