| Package | Description |
|---|---|
| org.mozilla.taskcluster.client.queue |
| Modifier and Type | Method and Description |
|---|---|
CallSummary<TaskDefinitionRequest,TaskStatusResponse> |
Queue.createTask(String taskId,
TaskDefinitionRequest payload)
Create a new task, this is an idempotent operation, so repeat it if you get an internal server error or network connection is dropped.
|
CallSummary<TaskDefinitionRequest,TaskStatusResponse> |
Queue.defineTask(String taskId,
TaskDefinitionRequest payload)
Define a task without scheduling it.
|
| Modifier and Type | Method and Description |
|---|---|
CallSummary<TaskDefinitionRequest,TaskStatusResponse> |
Queue.createTask(String taskId,
TaskDefinitionRequest payload)
Create a new task, this is an idempotent operation, so repeat it if you get an internal server error or network connection is dropped.
|
CallSummary<TaskDefinitionRequest,TaskStatusResponse> |
Queue.defineTask(String taskId,
TaskDefinitionRequest payload)
Define a task without scheduling it.
|
Copyright © 2014–2015 Mozilla. All rights reserved.