public class ListArtifactsResponse extends Object
List of artifacts for a given taskId and runId.
See http://schemas.taskcluster.net/queue/v1/list-artifacts-response.json#
| Modifier and Type | Class and Description |
|---|---|
class |
ListArtifactsResponse.Artifact |
| Modifier and Type | Field and Description |
|---|---|
ListArtifactsResponse.Artifact[] |
artifacts
List of artifacts for given
taskId and runId. |
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of artifacts. |
| Constructor and Description |
|---|
ListArtifactsResponse() |
public ListArtifactsResponse.Artifact[] artifacts
List of artifacts for given taskId and runId.
See http://schemas.taskcluster.net/queue/v1/list-artifacts-response.json#/properties/artifacts
public String continuationToken
Opaque continuationToken to be given as query-string option to get the next set of artifacts. This property is only present if another request is necessary to fetch all results. In practice the next request with a continuationToken may not return additional results, but it can. Thus, you can only be sure to have all the results if you’ve called with continuationToken until you get a result without a continuationToken.
See http://schemas.taskcluster.net/queue/v1/list-artifacts-response.json#/properties/continuationToken
Copyright © 2014–2018 Mozilla. All rights reserved.