Abstract base class for Cobertura tasks.
| Type | Name and description |
|---|---|
FileCollection |
getCoberturaClassPath()Get the class path containing the Cobertura classes used by the task. |
CoberturaContext |
getContext()Get the context in which the task should execute. |
CoberturaExtension |
getExtension()Get the extension holding default values for the task. |
void |
init(CoberturaExtension pExtension, CoberturaContext pContext)Initialize this task. |
Get the class path containing the Cobertura classes used by the task.
Get the context in which the task should execute.
Get the extension holding default values for the task.
Initialize this task.
pExtension - The extension holding default values for the task.pContext - The context in which the task should execute.