Uses of Class
edu.ucsb.cs156.happiercows.entities.jobs.Job
Packages that use Job
-
Uses of Job in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return JobModifier and TypeMethodDescriptionJobsController.instructorReport()
JobsController.launchTestJob()
JobsController.launchTestJob
(Boolean fail, Integer sleepMs) JobsController.updateCowHealth()
Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type Job -
Uses of Job in edu.ucsb.cs156.happiercows.services.jobs
Methods in edu.ucsb.cs156.happiercows.services.jobs that return JobMethods in edu.ucsb.cs156.happiercows.services.jobs with parameters of type JobModifier and TypeMethodDescriptionvoid
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)