public class DashboardSection extends ProjectAware
The summary is created by applying an XSL transformation to the underlying report's XML version.
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.reporting.Report |
getDetailedReport()
Get the detailed report the section should refer to.
|
java.lang.String |
getName()
Get the name of this section.
|
org.gradle.api.reporting.Report |
getReport()
Get the underlying XML report for this section.
|
java.io.File |
getXslFile()
Get the XSL file that will be used to transform the XML input.
|
void |
setXslFile(java.lang.Object pFile)
Set the XSL file to use when transforming the XML input.
|
getProject, getProjectLogger@Input public java.lang.String getName()
public org.gradle.api.reporting.Report getReport()
@Optional public org.gradle.api.reporting.Report getDetailedReport()
@InputFile @Optional public java.io.File getXslFile()
public void setXslFile(java.lang.Object pFile)
pFile - The XSL file.