@Incubating @CacheableTask public abstract class JacocoOfflineInstrumentation extends JacocoBase
| Constructor and Description |
|---|
JacocoOfflineInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
protected abstract org.gradle.api.internal.project.IsolatedAntBuilder |
getAntBuilder() |
abstract org.gradle.api.file.ConfigurableFileCollection |
getInputClassDirs() |
abstract org.gradle.api.file.DirectoryProperty |
getOutputDir() |
void |
sourceSets(org.gradle.api.tasks.SourceSet... sourceSets) |
getJacocoClasspath, 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@IgnoreEmptyDirectories @PathSensitive(value=RELATIVE) @InputFiles public abstract org.gradle.api.file.ConfigurableFileCollection getInputClassDirs()
public void sourceSets(org.gradle.api.tasks.SourceSet... sourceSets)
@OutputDirectory public abstract org.gradle.api.file.DirectoryProperty getOutputDir()
@Inject protected abstract org.gradle.api.internal.project.IsolatedAntBuilder getAntBuilder()
public void generate()