Class JobStatusOnlyCompat
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.JobStatusOnlyCompat
public class JobStatusOnlyCompat extends Object
A Job where only the status is set (to allow log updates).
-
Constructor Summary
Constructors Constructor Description JobStatusOnlyCompat(int id, String status)
Create a job with only a status. -
Method Summary
-
Constructor Details
-
JobStatusOnlyCompat
Create a job with only a status.- Parameters:
id
- The job id.status
- The status to set.
-
-
Method Details