|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.jacoco.ant.ReportTask
public class ReportTask
Task for coverage report generation.
| Nested Class Summary | |
|---|---|
class |
ReportTask.CheckFormatterElement
Formatter element for coverage checks. |
class |
ReportTask.CSVFormatterElement
Formatter element for CSV reports. |
static class |
ReportTask.GroupElement
Container element for class file groups. |
class |
ReportTask.HTMLFormatterElement
Formatter element for HTML reports. |
static class |
ReportTask.SourceFilesElement
The source files are specified in a resource collection with additional attributes. |
class |
ReportTask.XMLFormatterElement
Formatter element for XML reports. |
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
ReportTask()
|
|
| Method Summary | |
|---|---|
ReportTask.CheckFormatterElement |
createCheck()
Creates a new coverage check element. |
ReportTask.CSVFormatterElement |
createCsv()
Creates a new CSV report element. |
org.apache.tools.ant.types.resources.Union |
createExecutiondata()
Returns the nested resource collection for execution data files. |
ReportTask.HTMLFormatterElement |
createHtml()
Creates a new HTML report element. |
ReportTask.GroupElement |
createStructure()
Returns the root group element that defines the report structure. |
ReportTask.XMLFormatterElement |
createXml()
Creates a new XML report element. |
void |
execute()
|
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportTask()
| Method Detail |
|---|
public org.apache.tools.ant.types.resources.Union createExecutiondata()
public ReportTask.GroupElement createStructure()
public ReportTask.HTMLFormatterElement createHtml()
public ReportTask.CSVFormatterElement createCsv()
public ReportTask.CheckFormatterElement createCheck()
public ReportTask.XMLFormatterElement createXml()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||