public class JacocoDump
extends org.gradle.testing.jacoco.tasks.JacocoBase
DumpTask| Constructor and Description |
|---|
JacocoDump(org.gradle.workers.WorkerExecutor workerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump() |
org.gradle.api.provider.Property<String> |
getAddress()
IP Address or hostname to connect to.
|
org.gradle.api.provider.Property<Boolean> |
getAppend()
true if the destination file it to be appended to. |
org.gradle.api.file.RegularFileProperty |
getDestfile()
Sets the location of the execution data file to write.
|
org.gradle.api.provider.Property<Boolean> |
getDump()
Sets whether execution data should be downloaded from the remote host.
|
org.gradle.api.provider.Property<Integer> |
getPort()
Port number to connect to.
|
org.gradle.api.provider.Property<Boolean> |
getReset()
Sets whether a reset command should be sent after the execution data has been dumped.
|
org.gradle.api.provider.Property<Integer> |
getRetryCount()
Number of retries which the goal will attempt to establish a connection.
|
org.gradle.workers.WorkerExecutor |
getWorkerExecutor() |
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, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjects@Inject public JacocoDump(org.gradle.workers.WorkerExecutor workerExecutor)
public void dump()
public org.gradle.workers.WorkerExecutor getWorkerExecutor()
public org.gradle.api.provider.Property<Boolean> getDump()
trueDumpTask.setDump(boolean)public org.gradle.api.provider.Property<Boolean> getReset()
falseDumpTask.setReset(boolean)public org.gradle.api.provider.Property<Integer> getRetryCount()
DumpTask.setRetryCount(int)public org.gradle.api.provider.Property<String> getAddress()
localhostDumpTask.setAddress(String)public org.gradle.api.provider.Property<Integer> getPort()
6300DumpTask.setPort(int)public org.gradle.api.file.RegularFileProperty getDestfile()
true.DumpTask.setDestfile(File)public org.gradle.api.provider.Property<Boolean> getAppend()
true if the destination file it to be appended to.
false if the file is to be overwrittenDumpTask.setAppend(boolean)