A report that aggregates Junit XML reports into a single report.
| Fields inherited from class | Fields |
|---|---|
class org.myire.quill.report.DefaultSingleFileReport |
NAMER |
| Type | Name and description |
|---|---|
java.lang.String |
fileNamePattern |
java.io.File |
junitReportDirectory |
| Constructor and description |
|---|
JUnitSummaryReport
(org.gradle.api.tasks.testing.Test pTask)Create a new JUnitSummaryReport. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
checkUpToDate()Check if the report is up to date. |
|
void |
createReport()Create the JUnit summary report. |
|
java.lang.String |
getFileNamePattern()Get a regular expression with the pattern that the names of the report files to aggregate must match. |
|
java.io.File |
getJunitReportDirectory()Get the directory where to look for the JUnit XML reports to aggregate. |
| Methods inherited from class | Name |
|---|---|
class org.myire.quill.report.DefaultSingleFileReport |
org.myire.quill.report.DefaultSingleFileReport#getOutputLocation(), org.myire.quill.report.DefaultSingleFileReport#getDestination(), org.myire.quill.report.DefaultSingleFileReport#toString(), org.myire.quill.report.DefaultSingleFileReport#getName(), org.myire.quill.report.DefaultSingleFileReport#getDisplayName(), org.myire.quill.report.DefaultSingleFileReport#getOutputType(), org.myire.quill.report.DefaultSingleFileReport#setEnabled(boolean), org.myire.quill.report.DefaultSingleFileReport#setEnabled(org.gradle.api.provider.Provider), org.myire.quill.report.DefaultSingleFileReport#isEnabled(), org.myire.quill.report.DefaultSingleFileReport#configure(groovy.lang.Closure), org.myire.quill.report.DefaultSingleFileReport#configure(groovy.lang.Closure), org.myire.quill.report.DefaultSingleFileReport#getProject(), org.myire.quill.report.DefaultSingleFileReport#getProjectLogger(), org.myire.quill.report.DefaultSingleFileReport#getRequired(), org.myire.quill.report.DefaultSingleFileReport#setDestination(org.gradle.api.provider.Provider), org.myire.quill.report.DefaultSingleFileReport#setDestination(java.lang.Object), org.myire.quill.report.DefaultSingleFileReport#setDestination(java.io.File), org.myire.quill.report.DefaultSingleFileReport#wait(long, int), org.myire.quill.report.DefaultSingleFileReport#wait(long), org.myire.quill.report.DefaultSingleFileReport#wait(), org.myire.quill.report.DefaultSingleFileReport#equals(java.lang.Object), org.myire.quill.report.DefaultSingleFileReport#hashCode(), org.myire.quill.report.DefaultSingleFileReport#getClass(), org.myire.quill.report.DefaultSingleFileReport#notify(), org.myire.quill.report.DefaultSingleFileReport#notifyAll() |
class org.myire.quill.report.DefaultDestinationReport |
org.myire.quill.report.DefaultDestinationReport#getDestination(), org.myire.quill.report.DefaultDestinationReport#toString(), org.myire.quill.report.DefaultDestinationReport#getName(), org.myire.quill.report.DefaultDestinationReport#getDisplayName(), org.myire.quill.report.DefaultDestinationReport#getOutputType(), org.myire.quill.report.DefaultDestinationReport#setEnabled(boolean), org.myire.quill.report.DefaultDestinationReport#setEnabled(org.gradle.api.provider.Provider), org.myire.quill.report.DefaultDestinationReport#isEnabled(), org.myire.quill.report.DefaultDestinationReport#configure(groovy.lang.Closure), org.myire.quill.report.DefaultDestinationReport#configure(groovy.lang.Closure), org.myire.quill.report.DefaultDestinationReport#getProject(), org.myire.quill.report.DefaultDestinationReport#getProjectLogger(), org.myire.quill.report.DefaultDestinationReport#getRequired(), org.myire.quill.report.DefaultDestinationReport#setDestination(org.gradle.api.provider.Provider), org.myire.quill.report.DefaultDestinationReport#setDestination(java.lang.Object), org.myire.quill.report.DefaultDestinationReport#setDestination(java.io.File), org.myire.quill.report.DefaultDestinationReport#wait(long, int), org.myire.quill.report.DefaultDestinationReport#wait(long), org.myire.quill.report.DefaultDestinationReport#wait(), org.myire.quill.report.DefaultDestinationReport#equals(java.lang.Object), org.myire.quill.report.DefaultDestinationReport#hashCode(), org.myire.quill.report.DefaultDestinationReport#getClass(), org.myire.quill.report.DefaultDestinationReport#notify(), org.myire.quill.report.DefaultDestinationReport#notifyAll() |
Create a new JUnitSummaryReport.
pTask - The task this report is part of.Check if the report is up to date.
Create the JUnit summary report.
Get a regular expression with the pattern that the names of the report files to aggregate must match. The default pattern is "^TEST\\-.*\\.xml$".
Get the directory where to look for the JUnit XML reports to aggregate.
Groovy Documentation