OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:email_template
(Results
1 - 8
of
8
) sorted by null
/external/chromium-trace/catapult/dashboard/dashboard/
email_template_test.py
7
from dashboard import
email_template
namespace
13
actual_output =
email_template
.GetReportPageLink(
21
actual_output_no_host =
email_template
.GetReportPageLink(
email_sheriff.py
11
from dashboard import
email_template
namespace
22
receivers =
email_template
.GetSheriffEmails(sheriff)
26
anomaly_info =
email_template
.GetAlertInfo(anomaly, test)
email_summary.py
12
from dashboard import
email_template
namespace
54
receivers =
email_template
.GetSheriffEmails(sheriff_entity)
103
anomaly_info =
email_template
.GetAlertInfo(anomaly_entity, test)
send_stoppage_alert_emails.py
11
from dashboard import
email_template
namespace
85
to=
email_template
.GetSheriffEmails(sheriff_entity),
139
'graph_link':
email_template
.GetReportPageLink(test_path),
main.py
12
from dashboard import
email_template
namespace
121
graph_link =
email_template
.GetGroupReportPageLink(anomaly_entity)
alerts.py
12
from dashboard import
email_template
namespace
186
dashboard_link =
email_template
.GetReportPageLink(
update_bug_with_results.py
20
from dashboard import
email_template
namespace
206
email_report =
email_template
.GetPerfTryJobEmailReport(job)
388
email_data =
email_template
.GetBisectFYITryJobEmailReport(job, message)
update_bug_with_results_test.py
415
update_bug_with_results.
email_template
,
Completed in 78 milliseconds