|
| def | __init__ (self, job, name) |
| |
| def | processOutput (self, data) |
| |
| def | setCommandline (self, cmd, args) |
| |
| def | setTool (self, tool) |
| |
| def | setCmdline (self, cmdline) |
| |
| def | checkPreconditions (self, immediate=False) |
| |
| def | run (self, callback) |
| |
| def | prepare (self) |
| |
| def | cleanup (self, failed) |
| |
| def | processStdout (self, data) |
| |
| def | processStderr (self, data) |
| |
| def | processOutputLine (self, line) |
| |
| def | processFinished (self, returncode) |
| |
| def | abort (self) |
| |
| def | finish (self, aborted=False) |
| |
| def | afterRun (self) |
| |
| def | writeInput (self, input) |
| |
| def | getProgress (self) |
| |
| def | setProgress (self, progress) |
| |
| def | __str__ (self) |
| |
◆ __init__()
| def Components.Task.LoggingTask.__init__ |
( |
|
self, |
|
|
|
job, |
|
|
|
name |
|
) |
| |
◆ processOutput()
| def Components.Task.LoggingTask.processOutput |
( |
|
self, |
|
|
|
data |
|
) |
| |
◆ log
| Components.Task.LoggingTask.log |
The documentation for this class was generated from the following file: