public class TaskGraphDefinition extends Object
Definition of a task-graph that can be scheduled
See http://schemas.taskcluster.net/scheduler/v1/extend-task-graph-request.json#
| Modifier and Type | Class and Description |
|---|---|
class |
TaskGraphDefinition.Tasks
List of nodes in the task-graph, each featuring a task definition and scheduling preferences, such as number of reruns to attempt.
|
| Modifier and Type | Field and Description |
|---|---|
TaskGraphDefinition.Tasks[] |
tasks |
| Constructor and Description |
|---|
TaskGraphDefinition() |
public TaskGraphDefinition.Tasks[] tasks
Copyright © 2014–2016 Mozilla. All rights reserved.