Trees | Index | Help |
|
---|
Package ZenStatus :: Module zenstatus :: 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
|
_fail
|
_running
|
_start
|
_stop
|
_success
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Aug 16 09:55:12 2007 | http://epydoc.sf.net |