Uses of Class
edu.ucsb.cs156.happiercows.services.jobs.JobContext
Packages that use JobContext
-
Uses of JobContext in edu.ucsb.cs156.happiercows.jobs
Methods in edu.ucsb.cs156.happiercows.jobs with parameters of type JobContextModifier and TypeMethodDescriptionvoidInstructorReportJob.accept(JobContext ctx) voidInstructorReportJobSingleCommons.accept(JobContext ctx) voidMilkTheCowsJob.accept(JobContext ctx) voidSetCowHealthJob.accept(JobContext ctx) voidTestJob.accept(JobContext ctx) voidUpdateCowHealthJob.accept(JobContext ctx) static voidUpdateCowHealthJob.calculateCowDeaths(UserCommons userCommons, JobContext ctx) voidMilkTheCowsJob.milkCows(JobContext ctx, Commons commons, UserCommons userCommons) This method performs the function of milking the cows for a single userCommons. -
Uses of JobContext in edu.ucsb.cs156.happiercows.services.jobs
Methods in edu.ucsb.cs156.happiercows.services.jobs with parameters of type JobContext