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

Commit 2f9a55b

Browse files
committed
Regenerated library to pick up latest schema changes
1 parent 28bdf7f commit 2f9a55b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

codegenerator/model/model-data.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3069,8 +3069,9 @@ Entry 4 =
30693069
Entry Input = ''
30703070
Entry Output = ''
30713071
Entry Title = 'Redirects to the task inspector page'
3072-
Entry Description = 'Builds a link to the task inspector for the given task group
3073-
and redirects the user to that page.'
3072+
Entry Description = 'Finds a link to the task inspector for the given task group
3073+
in the status object returned by GitHub,
3074+
and returns the link to redirect the user to that page.'
30743075
Entry 5 =
30753076
Entry Type = 'function'
30763077
Entry Method = 'get'

src/main/java/org/mozilla/taskcluster/client/github/Github.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ public CallSummary<EmptyPayload, IsInstalledFor> isInstalledFor(String owner, St
9090
}
9191

9292
/**
93-
* Builds a link to the task inspector for the given task group
94-
* and redirects the user to that page.
93+
* Finds a link to the task inspector for the given task group
94+
* in the status object returned by GitHub,
95+
* and returns the link to redirect the user to that page.
9596
*
9697
* @see "[Redirects to the task inspector page API Documentation](https://docs.taskcluster.net/reference/core/github/api-docs#taskLink)"
9798
*/

0 commit comments

Comments
 (0)