MCPcopy Create free account
hub / github.com/apache/ant / registerThreadTask

Method registerThreadTask

src/main/org/apache/tools/ant/Project.java:2375–2385  ·  view source on GitHub ↗

Register a task as the current task for a thread. If the task is null, the thread's entry is removed. @param thread the thread on which the task is registered. @param task the task to be registered. @since Ant 1.5

(final Thread thread, final Task task)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

fireTaskStartedMethod · 0.95
fireTaskFinishedMethod · 0.95
doGetMethod · 0.80
executeMethod · 0.80

Calls 2

putMethod · 0.65
removeMethod · 0.45

Tested by

no test coverage detected