Searched refs:root_pipeline_id (Results 1 – 1 of 1) sorted by relevance
489 def root_pipeline_id(self): member in Pipeline794 _PipelineRecord.kind(), self.root_pipeline_id)899 'pipeline_id': self.root_pipeline_id,935 self.root_pipeline_id, sender)1006 if self.pipeline_id == self.root_pipeline_id:3093 def get_status_tree(root_pipeline_id): argument3108 root_pipeline_key = db.Key.from_path(_PipelineRecord.kind(), root_pipeline_id)3112 'Could not find pipeline ID "%s"' % root_pipeline_id)3120 root_pipeline_id = root_pipeline_key.id_or_name()3124 'Could not find pipeline ID "%s"' % root_pipeline_id)[all …]