ifw
0.0.1-dev
|
Classes | |
class | ChangeMonitor |
Monitor for changes in nodes and invoke command. More... | |
Functions | |
def | create_change_monitor |
Creates a build context to collect all input files and runs recurse to create initial list of taskgenerators that needs to be monitored. More... | |
def | run_commands |
Runs commands provided by user. More... | |
def | init |
def | options |
Add –monitor option. More... | |
Variables | |
list | __all__ = ['init', 'options'] |
def wtools.tools.monitor.create_change_monitor | ( | opt, | |
cmd | |||
) |
Creates a build context to collect all input files and runs recurse
to create initial list of taskgenerators that needs to be monitored.
def wtools.tools.monitor.init | ( | ctx | ) |
def wtools.tools.monitor.options | ( | opt | ) |
Add –monitor option.
def wtools.tools.monitor.run_commands | ( | ctx | ) |
Runs commands provided by user.
It will most exceptions to allow monitoring to continue on failing builds.