| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
zope.interface.Interface --+
                           |
                          IStatusEvent
I represent a Builder Event, something non-Build related that can happen to a Builder.
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
| Class Variables | |
        __bases__ = 
     | 
  |
        __identifier__ = 
     | 
  |
        __iro__ = 
     | 
  |
        __name__ = 
     | 
  |
        __sro__ = 
     | 
  |
        dependents = <WeakKeyDictionary at 37432784>
     | 
  |
| Method Details | 
  
 Returns a tuple of (start, end) like IBuildStepStatus, but end==0 indicates that this is a 'point event', which has no duration. SlaveConnect/Disconnect are point events. Ping is not: it starts when requested and ends when the response (positive or negative) is returned  | 
  
 Returns a list of strings which describe the event. These are intended to be displayed in a narrow column. If more space is available, the caller should join them together with spaces before presenting them to the user.  | 
| Class Variable Details | 
  __iro__
  | 
  __sro__
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 13:45:26 2011 | http://epydoc.sourceforge.net |