class AdditionalReportsTask extends AbstractTask
A task that holds additional reports for other tasks that for some reason cannot be added to
those tasks' report containers. The reason for this is most likely that these tasks have
immutable report containers. By adding those additional reports to this task they can still be
picked up by the build-dashboard plugin.
| Type | Name and description |
|---|---|
void |
createReports()Create the task's report container. |
ReportContainer |
getReports() |
static AdditionalReportsTask |
maybeCreate(Project pProject)Get the AdditionalReportsTask from a project, creating it if it doesn't exist. |
ReportContainer |
reports(groovy.lang.Closure pClosure) |
Create the task's report container.
Get the AdditionalReportsTask from a project, creating it if it doesn't exist.
pProject - The project to get the task from.AdditionalReportsTask.