Uses of Class
uk.ac.manchester.spinnaker.alloc.web.CreateJobRequest
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.web |
The user-facing web interface to the new spalloc service.
|
-
Uses of CreateJobRequest in uk.ac.manchester.spinnaker.alloc.web
Fields in uk.ac.manchester.spinnaker.alloc.web declared as CreateJobRequest Modifier and Type Field Description CreateJobRequest
JobStateResponse. originalRequest
The original request that created the job.Methods in uk.ac.manchester.spinnaker.alloc.web with parameters of type CreateJobRequest Modifier and Type Method Description void
SpallocServiceAPI. createJob(@NotNull @Valid CreateJobRequest req, UriInfo ui, SecurityContext security, AsyncResponse response)
Create a job.void
SpallocServiceImpl. createJob(CreateJobRequest req, UriInfo ui, SecurityContext security, AsyncResponse response)