Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Unified Diff: Tools/GardeningServer/model/ct-builder-failure-group-data.html

Issue 565523002: [Sheriff-o-matic] Refactor cards and get rid of ct-failure-cards (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT-ed Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/GardeningServer/model/ct-sheriff-failure-group-data.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/model/ct-builder-failure-group-data.html
diff --git a/Tools/GardeningServer/model/ct-builder-failure-group-data.html b/Tools/GardeningServer/model/ct-builder-failure-group-data.html
index 28d22f041fc56ed5b261996fc092878f56e9c05a..1870e84883f691804e3ff29390ca3559f75facef 100644
--- a/Tools/GardeningServer/model/ct-builder-failure-group-data.html
+++ b/Tools/GardeningServer/model/ct-builder-failure-group-data.html
@@ -4,12 +4,15 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
+<link rel="import" href="ct-builder-list.html">
+
<script>
function CTBuilderFailureGroupData(failure, bot, url) {
this.bot = bot;
this.failure = failure;
- this.category = 'builder';
this.url = url;
+ this.builderList = new CTBuilderList(failure);
+ this.category = 'builder';
};
CTBuilderFailureGroupData.prototype.getAnnotations = function() {
« no previous file with comments | « no previous file | Tools/GardeningServer/model/ct-sheriff-failure-group-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698