Exemplo n.º 1
0
	def createJobInstance(self):
		job = Job(self._api)
		job.application = self
		job.parameters = self.__getParameters()
		return job