| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.index |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<EmptyPayload,IndexedTaskResponse> |
Index.findTask(String namespace)
Find task by namespace, if no task existing for the given namespace, this API end-point respond
404. |
CallSummary<InsertTaskRequest,IndexedTaskResponse> |
Index.insertTask(String namespace,
InsertTaskRequest payload)
Insert a task into the index.
|
Copyright © 2014–2017 Mozilla. All rights reserved.