MCPcopy
hub / github.com/buildbot/buildbot / stdout

Method stdout

master/buildbot/test/steps.py:175–177  ·  view source on GitHub ↗
(self, output)

Source from the content-addressed store, hash-verified

173 return self
174
175 def stdout(self, output):
176 self.behaviors.append(('log', 'stdio', {'stdout': output}))
177 return self
178
179 def stderr(self, output):
180 self.behaviors.append(('log', 'stdio', {'stderr': output}))

Calls 1

appendMethod · 0.45