public class ListWorkersResponse.WorkersEntry.MostRecentTask extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
runId
Id of this task run,
run-ids always starts from 0Mininum: 0 Maximum: 1000See http://schemas.taskcluster.net/queue/v1/list-workers-response.json#/properties/workers/items/properties/latestTask/properties/runId |
String |
taskId
Unique task identifier, this is UUID encoded as URL-safe base64 and stripped of
= padding. |
| Constructor and Description |
|---|
MostRecentTask() |
public int runId
Id of this task run, run-ids always starts from 0
Mininum: 0 Maximum: 1000
public String taskId
Unique task identifier, this is UUID encoded as URL-safe base64 and stripped of = padding.
Syntax: ^[A-Za-z0-9_-]{8}[Q-T][A-Za-z0-9_-][CGKOSWaeimquy26-][A-Za-z0-9_-]{10}[AQgw]$
Copyright © 2014–2017 Mozilla. All rights reserved.