HomeSort by relevance Sort by last modified time
    Searched full:email_list (Results 1 - 17 of 17) sorted by null

  /external/autotest/frontend/migrations/
017_add_email_list.py 7 ADD_COLUMN = 'ALTER TABLE jobs ADD COLUMN email_list varchar(250) NOT NULL'
8 DROP_COLUMN = 'ALTER TABLE jobs DROP COLUMN email_list'
  /external/autotest/frontend/afe/
resources.py 657 rep.update({'email_list': self.instance.email_list,
697 email_list=input_dict.get('email_list', None),
    [all...]
models_test.py 459 'email_list': '',
527 'email_list': '',
rpc_utils.py     [all...]
rpc_interface.py 784 run_verify=False, email_list='', dependencies=(),
    [all...]
models.py 1367 email_list = dbmodels.CharField(max_length=250, blank=True) variable in class:Job
    [all...]
site_rpc_interface_unittest.py 474 'email_list': '',
    [all...]
  /external/autotest/server/
sequence.py 153 run_verify=False, email_list='', dependencies=(),
frontend.py     [all...]
  /external/autotest/scheduler/shard/
shard_client_unittest.py 107 'email_list': u'',
  /external/autotest/frontend/client/src/autotest/afe/
JobDetailView.java 180 showField(jobObject, "email_list", "view_email_list");
  /external/autotest/scheduler/
scheduler_models.py 14 one of these statuses, an email will be sent to the job's email_list.
727 email_manager.manager.send_email(self.job.email_list, subject, body)
748 email_manager.manager.send_email(self.job.email_list, subject, body)
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewPresenter.java 221 jobObject.get("email_list").isString().stringValue());
768 args.put("email_list", new JSONString(display.getEmailList().getText()));
    [all...]
  /external/autotest/cli/
job_unittest.py     [all...]
job.py 341 self.data['email_list'] = options.email
  /external/autotest/database/
schema_051.sql 295 `email_list` varchar(250) NOT NULL,
    [all...]
  /external/autotest/frontend/afe/doctests/
001_rpc_test.txt 557 ... 'email_list': '',
    [all...]

Completed in 352 milliseconds