Uses of Class
uk.ac.manchester.spinnaker.alloc.web.IssueReportRequest
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
-
Uses of IssueReportRequest in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator with parameters of type IssueReportRequest Modifier and Type Method Description String
SpallocAPI.Job. reportIssue(IssueReportRequest reqBody, Permit permit)
Report an issue with some boards in the job. -
Uses of IssueReportRequest in uk.ac.manchester.spinnaker.alloc.web
Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type IssueReportRequest Modifier and Type Method Description void
SpallocServiceAPI.JobAPI. reportBoardIssue(IssueReportRequest report, AsyncResponse response)
Report an issue with some boards.