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.Artifacts
List of artifacts for given
taskId and runId. |
| Modifier and Type | Field and Description |
|---|---|
ListArtifactsResponse.Artifacts[] |
artifacts |
String |
continuationToken
Opaque
continuationToken to be given as query-string option to get the next set of artifacts. |
| Constructor and Description |
|---|
ListArtifactsResponse() |
public ListArtifactsResponse.Artifacts[] 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.
Copyright © 2014–2016 Mozilla. All rights reserved.