You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: gitlab4j-api/src/main/java/org/gitlab4j/api/JobApi.java
+22-2
Original file line number
Diff line number
Diff line change
@@ -292,18 +292,38 @@ public Stream<Job> getJobsStream(Object projectIdOrPath, long pipelineId, Boolea
292
292
}
293
293
294
294
/**
295
-
* Retrieve the job corresponding to the <code>$CI_JOB_TOKEN</code> environment variable (Using a {@link org.gitlab4j.models.Constants.TokenType#JOB_TOKEN} authentication).
295
+
* Retrieve the job corresponding to the <code>$CI_JOB_TOKEN</code> environment variable (Using a {@link TokenType#JOB_TOKEN} authentication).
296
296
*
297
297
* <pre><code>GitLab Endpoint: GET /job</code></pre>
298
298
*
299
-
* @return a single job
299
+
* @return a single job corresponding to the token used for the authentication
300
300
* @throws GitLabApiException if any exception occurs during execution
0 commit comments