Class JobsController
java.lang.Object
edu.ucsb.cs156.dining.controllers.JobsController
Launch endpoints for this app's concrete jobs. The generic admin endpoints (list jobs, get logs,
delete jobs) come from the lib-jobs library's own controller.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionedu.ucsb.cs156.jobs.entities.JoblaunchTestJob(Boolean fail, Integer sleepMs)
-
Constructor Details
-
JobsController
public JobsController()
-
-
Method Details
-
launchTestJob
-