@CacheableTask public abstract class JacocoReport extends JacocoReportBase implements org.gradle.api.reporting.Reporting<JacocoReportsContainer>
| Constructor and Description |
|---|
JacocoReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
org.gradle.api.provider.Property<java.lang.String> |
getReportProjectName()
The reported project name.
|
JacocoReportsContainer |
getReports()
Returns the reports to be generated by this task.
|
JacocoReportsContainer |
reports(org.gradle.api.Action<? super JacocoReportsContainer> configureAction) |
JacocoReportsContainer |
reports(groovy.lang.Closure closure)
Configures the reports to be generated by this task.
|
additionalClassDirs, additionalClassDirs, additionalSourceDirs, additionalSourceDirs, executionData, executionData, executionData, getAdditionalClassDirs, getAdditionalSourceDirs, getAllClassDirs, getAllSourceDirs, getAntBuilder, getCallbackActionDecorator, getClassDirectories, getExecutionData, getInstantiator, getSourceDirectories, sourceSetsgetJacocoClasspath, setJacocoClasspathcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Input public org.gradle.api.provider.Property<java.lang.String> getReportProjectName()
public JacocoReportsContainer getReports()
getReports in interface org.gradle.api.reporting.Reporting<JacocoReportsContainer>public JacocoReportsContainer reports(groovy.lang.Closure closure)
reports in interface org.gradle.api.reporting.Reporting<JacocoReportsContainer>public JacocoReportsContainer reports(org.gradle.api.Action<? super JacocoReportsContainer> configureAction)
reports in interface org.gradle.api.reporting.Reporting<JacocoReportsContainer>public void generate()