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 -
Method Summary
Methods inherited from class org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob
getStatus, getWorkerId
-
Constructor Details
-
WorkerJob
public WorkerJob(String worker_id, org.opentestfactory.messages.AbstractWorkerJobState.WorkerJob.Status status)
-