Exemplo n.º 1
0
 def resolve_bug_suggestions(self, info, **kwargs):
     return error_summary.bug_suggestions_line(self)
Exemplo n.º 2
0
 def bug_suggestions(self):
     from treeherder.model import error_summary
     return error_summary.bug_suggestions_line(self)
Exemplo n.º 3
0
 def resolve_bug_suggestions(self, info, **kwargs):
     return error_summary.bug_suggestions_line(self)
Exemplo n.º 4
0
 def resolve_bug_suggestions(self, args, context, info):
     return error_summary.bug_suggestions_line(self)
Exemplo n.º 5
0
 def bug_suggestions(self):
     from treeherder.model import error_summary
     return error_summary.bug_suggestions_line(self)
Exemplo n.º 6
0
 def resolve_bug_suggestions(self, args, context, info):
     return error_summary.bug_suggestions_line(self)