Skip to content

BuildBotClient

Masha Samsikova edited this page Sep 18, 2020 · 2 revisions

Purpose: This component fetches BuildBot data (information about a build performed by the BuildBot).

Behaviour: The run function starts fetching information of the BuildBot with the given name (buildBot argument of the run function), starting from the initialBuildId build id and incrementing it after every successful fetch. The request is made every delay seconds.

Clone this wiki locally