public class TaskGraphDefinition1 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 |
TaskGraphDefinition1.TaskNode |
| Modifier and Type | Field and Description |
|---|---|
TaskGraphDefinition1.TaskNode[] |
tasks
List of nodes in the task-graph, each featuring a task definition and scheduling preferences, such as number of reruns to attempt.
|
| Constructor and Description |
|---|
TaskGraphDefinition1() |
public TaskGraphDefinition1.TaskNode[] tasks
List of nodes in the task-graph, each featuring a task definition and scheduling preferences, such as number of reruns to attempt.
See http://schemas.taskcluster.net/scheduler/v1/extend-task-graph-request.json#/properties/tasks
Copyright © 2014–2017 Mozilla. All rights reserved.