public class JacocoDump extends JacocoBase
DumpTaskTask.NamerTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE| Constructor and Description |
|---|
JacocoDump(WorkerExecutor workerExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump() |
Property<String> |
getAddress()
IP Address or hostname to connect to.
|
Property<Boolean> |
getAppend()
true if the destination file it to be appended to. |
RegularFileProperty |
getDestfile()
Sets the location of the execution data file to write.
|
Property<Boolean> |
getDump()
Sets whether execution data should be downloaded from the remote host.
|
Property<Integer> |
getPort()
Port number to connect to.
|
Property<Boolean> |
getReset()
Sets whether a reset command should be sent after the execution data has been dumped.
|
Property<Integer> |
getRetryCount()
Number of retries which the goal will attempt to establish a connection.
|
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, setImpliesSubProjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoNotTrackState, getConvention, notCompatibleWithConfigurationCache@Inject public JacocoDump(WorkerExecutor workerExecutor)
public void dump()
public WorkerExecutor getWorkerExecutor()
public Property<Boolean> getDump()
trueDumpTask.setDump(boolean)public Property<Boolean> getReset()
falseDumpTask.setReset(boolean)public Property<Integer> getRetryCount()
DumpTask.setRetryCount(int)public Property<String> getAddress()
localhostDumpTask.setAddress(String)public Property<Integer> getPort()
6300DumpTask.setPort(int)public RegularFileProperty getDestfile()
true.DumpTask.setDestfile(File)public Property<Boolean> getAppend()
true if the destination file it to be appended to.
false if the file is to be overwrittenDumpTask.setAppend(boolean)