public class TaskCompletedMessage extends Object
Message reporting that a task has complete successfully.
See http://schemas.taskcluster.net/queue/v1/task-completed-message.json#
| Modifier and Type | Field and Description |
|---|---|
int |
runId
Id of the run that completed the task
|
TaskStatusStructure |
status |
int |
version
Message version
|
String |
workerGroup
Identifier for the worker-group within which this run ran.
|
String |
workerId
Identifier for the worker that executed this run.
|
| Constructor and Description |
|---|
TaskCompletedMessage() |
public int runId
Id of the run that completed the task
public TaskStatusStructure status
public int version
Message version
public String workerGroup
Identifier for the worker-group within which this run ran.
public String workerId
Identifier for the worker that executed this run.
Copyright © 2014–2015 Mozilla. All rights reserved.