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

Class ISlaveStatus

source code

zope.interface.Interface --+
                           |
                          ISlaveStatus

Instance Methods [hide private]
 
getName()
Return the name of the build slave.
source code
 
getAdmin()
Return a string with the slave admin's contact data.
source code
 
getHost()
Return a string with the slave host info.
source code
 
isConnected()
Return True if the slave is currently online, False if not.
source code
 
lastMessageReceived()
Return a timestamp (seconds since epoch) indicating when the most recent message was received from the buildslave.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'getAdmin': <zope.interface.interfac...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.ISlaveStatus'
  __iro__ = (<InterfaceClass buildbot.interfaces.ISlaveStatus>, ...
  __name__ = 'ISlaveStatus'
  __sro__ = (<InterfaceClass buildbot.interfaces.ISlaveStatus>, ...
  _implied = {<InterfaceClass buildbot.interfaces.ISlaveStatus>:...
  dependents = <WeakKeyDictionary at 45504128>

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

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'getAdmin': <zope.interface.interface.Method object at 0x2b64d10>,
 'getHost': <zope.interface.interface.Method object at 0x2b64e10>,
 'getName': <zope.interface.interface.Method object at 0x2b64d50>,
 'isConnected': <zope.interface.interface.Method object at 0x2b64d90>,
 'lastMessageReceived': <zope.interface.interface.Method object at 0x2\
b64dd0>}

__iro__

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

__sro__

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

_implied

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