Package buildbot :: Module interfaces :: Class ILogFile
[hide private]
[frames] | no frames]

Class ILogFile

source code

zope.interface.Interface --+
                           |
                          ILogFile

This is the internal interface to a LogFile, used by the BuildStep to write data into the log.

Instance Methods [hide private]
 
addStdout(data) source code
 
addStderr(data) source code
 
addHeader(data) source code
 
finish()
The process that is feeding the log file has finished, and no further data will be added.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'addHeader': <zope.interface.interfa...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.ILogFile'
  __iro__ = (<InterfaceClass buildbot.interfaces.ILogFile>, <Int...
  __name__ = 'ILogFile'
  __sro__ = (<InterfaceClass buildbot.interfaces.ILogFile>, <Int...
  _implied = {<InterfaceClass buildbot.interfaces.ILogFile>: (),...
  dependents = <WeakKeyDictionary at 45516704>

Inherited from zope.interface.Interface (private): _Element__tagged_values

Method Details [hide private]

finish()

source code 

The process that is feeding the log file has finished, and no further data will be added. This closes the logfile.


Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'addHeader': <zope.interface.interface.Method object at 0x2b67550>,
 'addStderr': <zope.interface.interface.Method object at 0x2b67510>,
 'addStdout': <zope.interface.interface.Method object at 0x2b67590>,
 'finish': <zope.interface.interface.Method object at 0x2b674d0>}

__iro__

Value:
(<InterfaceClass buildbot.interfaces.ILogFile>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass buildbot.interfaces.ILogFile>,
 <InterfaceClass zope.interface.Interface>)

_implied

Value:
{<InterfaceClass buildbot.interfaces.ILogFile>: (),
 <InterfaceClass zope.interface.Interface>: ()}