Lines Matching refs:Dashboard
22 type Dashboard struct { struct
32 func New(client, addr, key string) *Dashboard {
43 logger RequestLogger, errorHandler func(error)) *Dashboard {
44 return &Dashboard{
79 func (dash *Dashboard) UploadBuild(build *Build) error { argument
100 func (dash *Dashboard) BuilderPoll(manager string) (*BuilderPollResp, error) { argument
144 func (dash *Dashboard) JobPoll(managers []string) (*JobPollResp, error) { argument
151 func (dash *Dashboard) JobDone(req *JobDoneReq) error { argument
160 func (dash *Dashboard) ReportBuildError(req *BuildErrorReq) error { argument
182 func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) { argument
200 func (dash *Dashboard) NeedRepro(crash *CrashID) (bool, error) { argument
207 func (dash *Dashboard) ReportFailedRepro(crash *CrashID) error { argument
217 func (dash *Dashboard) LogError(name, msg string, args ...interface{}) { argument
305 func (dash *Dashboard) ReportingPollBugs(typ string) (*PollBugsResponse, error) { argument
316 func (dash *Dashboard) ReportingPollClosed(ids []string) ([]string, error) { argument
327 func (dash *Dashboard) ReportingUpdate(upd *BugUpdate) (*BugUpdateReply, error) { argument
350 func (dash *Dashboard) UploadManagerStats(req *ManagerStatsReq) error { argument
373 func (dash *Dashboard) Query(method string, req, reply interface{}) error { argument
393 func (dash *Dashboard) queryImpl(method string, req, reply interface{}) error { argument