Searched refs:getBuilds (Results 1 – 3 of 3) sorted by relevance
/test/vti/test_serving/gae/frontend/src/app/menu/build/ |
D | build.component.ts | 58 this.getBuilds(this.pageSize, this.pageSize * this.pageIndex); 71 getBuilds(size = 0, offset = 0) { method in BuildComponent 74 this.buildService.getBuilds(size, offset, filterJSON, '', '') 98 this.getBuilds(this.pageSize, this.pageSize * this.pageIndex); 116 this.getBuilds(this.pageSize, this.pageSize * this.pageIndex); 125 this.getBuilds(this.pageSize, this.pageSize * this.pageIndex);
|
D | build.service.ts | 34 getBuilds(size: number, method in BuildService
|
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/ |
D | dashboard.component.ts | 50 this.buildService.getBuilds(1, 0, '', 'timestamp', 'desc')
|