backend.frontend¶
-
class
backend.frontend.
FrontendClient
(opts, logger=None)[source]¶ Object to send data back to fronted
-
_post_to_frontend_repeatedly
(data, url_path, max_repeats=10)[source]¶ Make a request max_repeats-time to the frontend
-
starting_build
(data)[source]¶ Announce to the frontend that a build is starting.
Returns: True if the build can start or False if the build can not start (can be cancelled or deleted).
-