Searched defs:pipeline_id (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dpipeline.py419 pipeline_id: The ID of this pipeline.
482 def pipeline_id(self): member in class:Pipeline
544 def from_id(cls, pipeline_id, resolve_outputs=True, _pipeline_record=None):
553 pipeline_id: The ID of this pipeline (a string).
566 if not isinstance(pipeline_id, unicode):
568 pipeline_id = pipeline_id.encode('utf-8')
570 pipeline_id = hashlib.sha1(pipeline_id).hexdigest()
572 pipeline_key = db.Key.from_path(_PipelineRecord.kind(), pipeline_id)
[all...]

Completed in 66 milliseconds