public class TaskPendingMessage extends Object
Message reporting that a task is now pending
See http://schemas.taskcluster.net/queue/v1/task-pending-message.json#
| Modifier and Type | Field and Description |
|---|---|
int |
runId
Id of run that became pending,
run-ids always starts from 0 |
TaskStatusStructure |
status |
Object |
version
Message version
|
| Constructor and Description |
|---|
TaskPendingMessage() |
public int runId
Id of run that became pending, run-ids always starts from 0
public TaskStatusStructure status
public Object version
Message version
Copyright © 2014–2015 Mozilla. All rights reserved.