public class CompleteArtifactRequest extends Object
Complete an aritifact
See https://schemas.taskcluster.net/queue/v1/put-artifact-request.json#
| Modifier and Type | Field and Description |
|---|---|
String[] |
etags
A list of the etags given by the API of the blob storage provider.
|
| Constructor and Description |
|---|
CompleteArtifactRequest() |
public String[] etags
A list of the etags given by the API of the blob storage provider. This is an opaque string value provided by the API.
See https://schemas.taskcluster.net/queue/v1/put-artifact-request.json#/properties/etags
Copyright © 2014–2018 Mozilla. All rights reserved.