| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.scheduler |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<TaskGraphDefinition1,TaskGraphStatusResponse> |
Scheduler.createTaskGraph(String taskGraphId,
TaskGraphDefinition1 payload)
Create a new task-graph, the
status of the resulting JSON is a task-graph status structure, you can find the taskGraphId in this structure. |
CallSummary<TaskGraphDefinition,TaskGraphStatusResponse> |
Scheduler.extendTaskGraph(String taskGraphId,
TaskGraphDefinition payload)
Add a set of tasks to an existing task-graph.
|
CallSummary<EmptyPayload,TaskGraphStatusResponse> |
Scheduler.status(String taskGraphId)
Get task-graph status, this will return the task-graph status structure.
|
Copyright © 2014–2016 Mozilla. All rights reserved.