Class JobStateResponse

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.JobStateResponse

public class JobStateResponse
extends Object
The state of a job.
Author:
Donal Fellows
  • Field Details

    • keepaliveRef

      public final URI keepaliveRef
      Where the keepalives go.
    • machineRef

      public final URI machineRef
      Where the machine details are.
    • powerRef

      public final URI powerRef
      Where the power controls are.
    • chipRef

      public final URI chipRef
      Where the chip info is.
    • proxyRef

      public final URI proxyRef
      How to connect to the proxy. Proxy is its own special protocol.
    • originalRequest

      public final CreateJobRequest originalRequest
      The original request that created the job. Or at least the non-ignored parts of it.
  • Constructor Details

    • JobStateResponse

      public JobStateResponse()
      Make an instance without any references to other resources.
  • Method Details