Searched refs:status_links (Results 1 – 1 of 1) sorted by relevance
767 def set_status(self, message=None, console_url=None, status_links=None): argument789 self, self.pipeline_id, message, console_url, status_links)803 if status_links:806 db.Text(s) for s in status_links.iterkeys())808 db.Text(status_links[name]) for name in status_record.link_names]