Uses of Class
edu.ucsb.cs156.happiercows.entities.jobs.Job
Packages that use Job
Package
Description
-
Uses of Job in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return JobModifier 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) Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type JobModifier 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
Methods in edu.ucsb.cs156.happiercows.repositories.jobs 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)