コード例 #1
0
ファイル: bot.py プロジェクト: jangmarker/buildbot-1
 def clientConnectionLost(self, connector, reason):
     self.connector = None
     self.stopTimers()
     self.perspective = None
     ReconnectingPBClientFactory.clientConnectionLost(self,
                                                      connector, reason)
コード例 #2
0
 def clientConnectionLost(self, connector, reason):
     ReconnectingPBClientFactory.clientConnectionLost(
         self, connector, reason)
     self.source.connected = False
コード例 #3
0
ファイル: freshcvs.py プロジェクト: LawrenceChan/buildbot
 def clientConnectionLost(self, connector, reason):
     ReconnectingPBClientFactory.clientConnectionLost(self, connector,
                                                      reason)
     self.source.connected = False