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

Unified Diff: milo/common/model/build_summary.go

Issue 2991243002: Milo: Console improvements (Closed)
Patch Set: Review comments Created 3 years, 4 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 | « milo/common/config.go ('k') | milo/frontend/appengine/templates/pages/console.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/common/model/build_summary.go
diff --git a/milo/common/model/build_summary.go b/milo/common/model/build_summary.go
index 78187a200148382c70eb9b11af89b1b6b92edc4f..7d27f3081928cda88a1077fa42dd6cf9b0b74d06 100644
--- a/milo/common/model/build_summary.go
+++ b/milo/common/model/build_summary.go
@@ -59,6 +59,11 @@ type BuildSummary struct {
// "buildbucket/<bucketname>/<buildername>"
BuilderID string
+ // SelfLink provides a relative URL for this build.
+ // Buildbot: /buildbot/<mastername>/<buildername>/<buildnumber>
+ // Swarmbucket: Derived from Buildbucket (usually link to self)
+ SelfLink string
+
// Created is the time when the Build was first created. Due to pending
// queues, this may be substantially before Summary.Start.
Created time.Time
« no previous file with comments | « milo/common/config.go ('k') | milo/frontend/appengine/templates/pages/console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698