public class TaskRun extends Object
A run of a task.
| Modifier and Type | Field and Description |
|---|---|
int |
runId
Id of this task run,
run-ids always starts from 0Mininum: 0 Maximum: 1000See https://schemas.taskcluster.net/queue/v1/task-run.json#/properties/runId |
String |
taskId
Unique task identifier, this is UUID encoded as URL-safe base64 and stripped of
= padding. |
| Constructor and Description |
|---|
TaskRun() |
public int runId
Id of this task run, run-ids always starts from 0
Mininum: 0 Maximum: 1000
See https://schemas.taskcluster.net/queue/v1/task-run.json#/properties/runId
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]$
See https://schemas.taskcluster.net/queue/v1/task-run.json#/properties/taskId
Copyright © 2014–2018 Mozilla. All rights reserved.