Uses of Class
edu.ucsb.cs156.happiercows.entities.jobs.Job
-
Uses of Job in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionJobsController.instructorReport()
JobsController.launchTestJob()
JobsController.launchTestJob
(Boolean fail, Integer sleepMs) JobsController.setCowHealth
(Long commonsID, double health) JobsController.updateCowHealth()
-
Uses of Job in edu.ucsb.cs156.happiercows.services.jobs
Modifier and TypeMethodDescriptionvoid
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)