Home | History | Annotate | Download | only in afe

Lines Matching full:abortedhostqueueentry

1746         aborted_hqes = [AbortedHostQueueEntry(queue_entry=hqe,
1748 AbortedHostQueueEntry.objects.bulk_create(aborted_hqes)
1802 class AbortedHostQueueEntry(dbmodels.Model, model_logic.ModelExtensions):
1813 super(AbortedHostQueueEntry, self).save(*args, **kwargs)
1816 """Metadata for class AbortedHostQueueEntry."""