def createJobInstance(self):
		job = Job(self._api)
		job.application = self
		job.parameters = self.__getParameters()
		return job