public class ReportPlugin extends ConfigurationContainerimplements Serializable , Cloneable
<plugin> element contains informations required for a report plugin.
| Constructor and Description |
|---|
ReportPlugin()
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReportSet(ReportSet
Method addReportSet.
|
ReportPlugin |
clone()
Method clone.
|
static String |
constructKey(String
|
void |
flushReportSetMap()
Reset the
reportSetMap field to
null
|
String |
getArtifactId()
Get the artifact ID of the reporting plugin in the repository.
|
String |
getGroupId()
Get the group ID of the reporting plugin in the repository.
|
String |
getKey()
|
List |
getReportSets()
Method getReportSets.
|
Map |
getReportSetsAsMap()
|
String |
getVersion()
Get the version of the reporting plugin to be used.
|
void |
removeReportSet(ReportSet
Method removeReportSet.
|
void |
setArtifactId(String
Set the artifact ID of the reporting plugin in the repository.
|
void |
setGroupId(String
Set the group ID of the reporting plugin in the repository.
|
void |
setReportSets(List
Set multiple specifications of a set of reports, each having (possibly) different configuration.
|
void |
setVersion(String
Set the version of the reporting plugin to be used.
|
getConfiguration, getInherited, getLocation, isInheritanceApplied, isInherited, setConfiguration, setInherited, setInherited, setLocation, unsetInheritanceAppliedpublic void addReportSet(ReportSetreportSet)
reportSet -
public ReportPluginclone()
clone in class
ConfigurationContainer
public StringgetArtifactId()
public StringgetGroupId()
public StringgetVersion()
public void removeReportSet(ReportSetreportSet)
reportSet -
public void setArtifactId(StringartifactId)
artifactId -
public void setGroupId(StringgroupId)
groupId -
public void setReportSets(List<ReportSet > reportSets)
execution in the build.
reportSets -
public void setVersion(Stringversion)
version -
public void flushReportSetMap()
reportSetMap field to
null
public Map<String ,ReportSet > getReportSetsAsMap()
ReportSet#getId() as key
ReportSet.getId()
public StringgetKey()
groupId:artifactId