Monitor
Index
Events
readonlyonPipelineAfterRun
readonlyonPipelineBeforeRun
Called before a pipeline class is ran.
readonlyonPipelineRunWorkUnit
Called before a pipeline's work unit is executed.
readonlyonWorkUnitFail
Called when any work unit has failed.
readonlyonWorkUnitPass
Called when any work unit has passed.
readonlyonWorkUnitRun
Called when any work unit is ran.
readonlyonWorkUnitSkip
Called when any work unit is skipped.
Other
constructor
monitor
Monitor events for the provided pipeline, its work units, and all other pipelines and work units down the hierarchical tree.
Called after a pipeline class has ran.