Class WorkerJob

java.lang.Object
org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob
org.opentestfactory.dto.v1.WorkerJob

public class WorkerJob extends org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob
Author:
edegenetais
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob

    org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob.Status
  • Field Summary

    Fields inherited from class org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob

    status, workerId
  • Constructor Summary

    Constructors
    Constructor
    Description
    WorkerJob(String worker_id, org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob.Status status)
     
  • Method Summary

    Methods inherited from class org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob

    getStatus, getWorkerId

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorkerJob

      public WorkerJob(String worker_id, org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob.Status status)