ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
wtools.tools.monitor Namespace Reference

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']
 

Function Documentation

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.

Variable Documentation

list wtools.tools.monitor.__all__ = ['init', 'options']