testLab.TestMatrixBuilder class

เครื่องมือสร้างที่ใช้เพื่อสร้าง Cloud Functions สำหรับเหตุการณ์เมทริกซ์ทดสอบของ Test Lab

ลายเซ็น:

export declare class TestMatrixBuilder 

เมธอด

วิธีการ คีย์ตัวปรับแต่ง คำอธิบาย
onComplete(แฮนเดิล) จัดการ TestMatrix ที่ถึงสถานะทดสอบขั้นสุดท้าย

testLab.TestMatrixBuilder.onComplete()

จัดการ TestMatrix ที่ถึงสถานะทดสอบขั้นสุดท้าย

ลายเซ็น:

onComplete(handler: (testMatrix: TestMatrix, context: EventContext) => PromiseLike<any> | any): CloudFunction<TestMatrix>;

พารามิเตอร์

พารามิเตอร์ ประเภท คำอธิบาย
ตัวแฮนเดิล (testMatrix: TestMatrix, บริบท: EventContext) => PromiseLike<any> | ไม่จำกัด

การคืนสินค้า:

CloudFunction<TestMatrix>