Lines Matching refs:rep
38 rep = super(AtomicGroupClass, self).short_representation()
39 rep['name'] = self.instance.name
40 return rep
44 rep = super(AtomicGroupClass, self).full_representation()
45 rep.update({'max_number_of_machines':
49 return rep
91 rep = super(Label, self).short_representation()
92 rep.update({'name': self.instance.name,
94 return rep
98 rep = super(Label, self).full_representation()
101 rep.update({'atomic_group_class':
104 return rep
150 rep = super(User, self).short_representation()
151 rep['username'] = self.instance.login
152 return rep
156 rep = super(User, self).full_representation()
159 rep.update({'jobs': 'TODO',
164 return rep
187 rep = super(Acl, self).short_representation()
188 rep['name'] = self.instance.name
189 return rep
193 rep = super(Acl, self).full_representation()
194 rep.update({'users':
198 return rep
265 rep = super(Host, self).short_representation()
270 rep.update({'hostname': self.instance.hostname,
274 return rep
278 rep = super(Host, self).full_representation()
291 rep.update({'locked_by': locked_by,
300 return rep
374 rep = super(Test, self).short_representation()
375 rep['name'] = self.instance.name
376 return rep
380 rep = super(Test, self).full_representation()
381 rep.update({'author': self.instance.author,
391 return rep
636 rep = super(Job, self).short_representation()
642 rep.update({'id': self.instance.id,
649 return rep
653 rep = super(Job, self).full_representation()
657 rep.update({'email_list': self.instance.email_list,
667 return rep
765 rep = super(QueueEntry, self).short_representation()
777 rep.update(
787 return rep
826 rep = super(HealthTask, self).short_representation()
830 rep.update(
838 return rep