Home | History | Annotate | Download | only in afe

Lines Matching refs:is_template

77     def enqueue_job(self, job, is_template=False):
81 @param is_template: Whether the status should be "Template".
84 is_template=is_template)
132 def enqueue_job(self, job, is_template=False):
136 @param is_template: Whether the status should be "Template".
139 is_template=is_template)
778 def enqueue_job(self, job, is_template=False):
782 @param is_template: Whther the status should be "Template".
785 is_template=is_template)
1728 def queue(self, hosts, is_template=False):
1732 @param is_template
1736 entry = HostQueueEntry.create(job=self, is_template=is_template)
1741 host.enqueue_job(self, is_template=is_template)
1926 is_template=False):
1933 @param is_template: Whether the status should be "Template".
1935 if is_template: