用于创建 Cloud Functions for Test Lab 测试矩阵事件的构建器。
签名:
export declare class TestMatrixBuilder
方法
方法 | 修饰符 | 说明 |
---|---|---|
onComplete(handler) | 处理达到最终测试状态的 TestMatrix。 |
testLab.TestMatrixBuilder.onComplete()
处理达到最终测试状态的 TestMatrix。
签名:
onComplete(handler: (testMatrix: TestMatrix, context: EventContext) => PromiseLike<any> | any): CloudFunction<TestMatrix>;
参数
参数 | 类型 | 说明 |
---|---|---|
handler | (testMatrix:TestMatrix,上下文:EventContext)=>PromiseLike<any>|任意 |
返回: