| Home | Trees | Indices | Help |
|---|
|
|
Base class for all built-in Tasks.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
sets the type of this task.
Be aware! this method can only get called once!
params:
taskType: the type of this task
|
this is the method tasks usually override.
It gets called anytime the task should get executed
default does nothing
params:
msg: the msg for this task
|
internal method which gets called for any member in a hostgroup.
It determines if it has an appropriate type by comparing taskType with get_task_type().
Calls execute_task() if the type matches
params:
taskType: the type of the fail which is compared with get_task_type()
msg: the error message
return:
True if execute_task() is called succesfully, else False
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 18 03:07:34 2013 | http://epydoc.sourceforge.net |