Class JobLogOnly

java.lang.Object
uk.ac.manchester.spinnaker.nmpi.rest.JobLogOnly

public class JobLogOnly
extends Object
A Job where only the log is set (to allow log updates).
  • Constructor Details

    • JobLogOnly

      public JobLogOnly​(String log)
      Create a job with only a log.
      Parameters:
      log - The log to set.
  • Method Details

    • getLog

      public String getLog()
      Get the log.
      Returns:
      The log
    • setLog

      public void setLog​(String log)
      Set the log.
      Parameters:
      log - The log to set