public class DefaultDestinationReport extends SimpleConfigurableReport
getDestination() is called.| Constructor and Description |
|---|
DefaultDestinationReport(org.gradle.api.Project pProject,
java.lang.String pName,
java.lang.String pDisplayName,
org.gradle.api.reporting.Report.OutputType pOutputType,
groovy.lang.Closure<java.io.File> pDefaultDestination)
Create a new
DefaultDestinationReport. |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getDestination() |
configure, getDisplayName, getName, getOutputType, getProject, getProjectLogger, getRequired, isEnabled, setDestination, setDestination, setDestination, setEnabled, setEnabled, toStringpublic DefaultDestinationReport(org.gradle.api.Project pProject,
java.lang.String pName,
java.lang.String pDisplayName,
org.gradle.api.reporting.Report.OutputType pOutputType,
groovy.lang.Closure<java.io.File> pDefaultDestination)
DefaultDestinationReport.pProject - The project for which the report will be produced.pName - The report's symbolic name.pDisplayName - The report's descriptive name.pOutputType - The type of output the report produces.pDefaultDestination - A closure that will return the report's default destination when
called.java.lang.NullPointerException - if pProject or pDefaultDestination is null.public java.io.File getDestination()
getDestination in interface org.gradle.api.reporting.ReportgetDestination in class SimpleConfigurableReport