public class ReportTask
extends Task
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
ReportTask() |
Modifier and Type | Method and Description |
---|---|
ReportTask.CSVFormatterElement |
createCsv()
Creates a new CSV report element.
|
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() |
public Union createExecutiondata()
public ReportTask.GroupElement createStructure()
public ReportTask.HTMLFormatterElement createHtml()
public ReportTask.CSVFormatterElement createCsv()
public ReportTask.XMLFormatterElement createXml()
public void execute() throws BuildException
BuildException
Copyright © 2013. All Rights Reserved.