Home
last modified time | relevance | path

Searched refs:buildService (Results 1 – 2 of 2) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.component.ts49 constructor(private buildService: BuildService, property in BuildComponent
64 this.buildService.getCount(filterJSON).subscribe(observer);
74 this.buildService.getBuilds(size, offset, filterJSON, '', '')
/test/vti/test_serving/gae/frontend/src/app/menu/dashboard/
Ddashboard.component.ts35 constructor(private buildService: BuildService, property in DashboardComponent
50 this.buildService.getBuilds(1, 0, '', 'timestamp', 'desc')