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