Uses of Class
edu.ucsb.cs156.frontiers.entities.Job
Packages that use Job
-
Uses of Job in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return JobModifier and TypeMethodDescriptionRepositoryController.createRepos
(Long courseId, String repoPrefix, Optional<Boolean> isPrivate, RepositoryPermissions permissions) Fires a job that creates a repo for every RosterStudent with a linked user with a GitHub account.JobsController.getJobLogById
(Long id) JobsController.launchAuditAllCoursesJob()
JobsController.launchPushTeamsToGithubJob
(Long courseId) JobsController.launchUpdateAllJob()
RosterStudentsController.updateCourseMembership
(Long courseId) Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type Job -
Uses of Job in edu.ucsb.cs156.frontiers.services.jobs
Methods in edu.ucsb.cs156.frontiers.services.jobs that return JobMethods in edu.ucsb.cs156.frontiers.services.jobs with parameters of type JobModifier and TypeMethodDescriptionJobContextFactory.createContext
(Job job) void
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)