Lines Matching defs:cls
74 def get_labels(cls, **kwargs): argument
80 def get_acls(cls, **kwargs): argument
86 def get_host(cls, **kwargs): argument
92 def get_hqes(cls, **kwargs): argument
97 def get_tasks(cls, **kwargs): argument
102 def get_shard(cls, **kwargs): argument
107 def create_label(cls, name, **kwargs): argument
114 def create_user(cls, name): argument
120 def create_special_task(cls, job_id=None, host_id=None, argument
138 def create_shard(cls, shard_hostname): argument
149 def add_labels_to_host(cls, host, label_names=set([])): argument
157 def create_acl_group(cls, name): argument
164 def add_deps_to_job(cls, job, dep_names=set([])): argument
172 def assign_job_to_shard(cls, job_id, shard_hostname): argument
188 def add_host_to_aclgroup(cls, host, aclgroup_names=set([])): argument
195 def add_user_to_aclgroups(cls, username, aclgroup_names=set([])): argument
203 def create_host(cls, name, deps=set([]), acls=set([]), status='Ready', argument
239 def update_hqe(cls, hqe_id, **kwargs): argument
248 def update_special_task(cls, task_id, **kwargs): argument
257 def add_host_to_job(cls, host, job_id, activate=0): argument
277 def increment_priority(cls, job_id): argument