Uses of Class
edu.ucsb.cs156.happiercows.entities.jobs.Job
Package
Description
-
Uses of Job in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionJobsController.instructorReport()
JobsController.instructorReportSingleCommons
(Long commonsId) JobsController.launchTestJob()
JobsController.launchTestJob
(Boolean fail, Integer sleepMs) JobsController.launchTestJob
(Long commonsId) JobsController.recordCommonStats()
JobsController.setCowHealth
(Long commonsID, double health) JobsController.updateCowHealth()
JobsController.updateCowHealth
(Long commonsId) Modifier and TypeMethodDescriptionJobsController.allJobs()
org.springframework.data.domain.Page<Job>
JobsController.allJobsPaged
(int page, int size) -
Uses of Job in edu.ucsb.cs156.happiercows.repositories.jobs
-
Uses of Job in edu.ucsb.cs156.happiercows.services.jobs
Modifier and TypeMethodDescriptionvoid
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)