Package ZenStatus :: Module zenstatus :: Class Status
[show private | hide private]
[frames | no frames]

Class Status


Method Summary
  __init__(self)
  done(self)
  duration(self)
  failure(self, result)
  next(self)
  start(self, jobs)
  stats(self)
  success(self, result)
  testStop(self, result)

Class Variable Summary
NoneType _defer = None                                                                  
int _fail = 0                                                                     
int _running = 0                                                                     
int _start = 0                                                                     
int _stop = 0                                                                     
int _success = 0                                                                     

Class Variable Details

_defer

Type:
NoneType
Value:
None                                                                  

_fail

Type:
int
Value:
0                                                                     

_running

Type:
int
Value:
0                                                                     

_start

Type:
int
Value:
0                                                                     

_stop

Type:
int
Value:
0                                                                     

_success

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.1 on Thu Aug 16 09:55:12 2007 http://epydoc.sf.net