Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Commit d76930a

Browse files
committed
2 parents 7e3b07c + 5712b16 commit d76930a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

codegenerator/model/model-data.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4985,6 +4985,9 @@ published, the message will be CC'ed with the routing-key:
49854985
for completed tasks you have posted. The caller must have scope
49864986
`queue:route:<route>` for each route.
49874987

4988+
**Dependencies**, any tasks referenced in `task.dependencies` must have
4989+
already been created at the time of this call.
4990+
49884991
**Important** Any scopes the task requires are also required for creating
49894992
the task. Please see the Request Payload (Task Definition) for details.'
49904993
Entry 5 =

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.mozilla.taskcluster</groupId>
77
<artifactId>taskcluster-client</artifactId>
8-
<version>1.0.66</version>
8+
<version>1.0.67</version>
99
<packaging>jar</packaging>
1010

1111
<name>Taskcluster Client (java port)</name>

src/main/java/org/mozilla/taskcluster/client/queue/Queue.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ public CallSummary<EmptyPayload, ListDependentTasksResponse> listDependentTasks(
139139
* for completed tasks you have posted. The caller must have scope
140140
* `queue:route:<route>` for each route.
141141
*
142+
* **Dependencies**, any tasks referenced in `task.dependencies` must have
143+
* already been created at the time of this call.
144+
*
142145
* **Important** Any scopes the task requires are also required for creating
143146
* the task. Please see the Request Payload (Task Definition) for details.
144147
*

0 commit comments

Comments
 (0)