public class ListArtifactsResponse.Artifacts extends Object
List of artifacts for given taskId and runId.
| Modifier and Type | Field and Description |
|---|---|
String |
contentType
Mimetype for the artifact that was created.
|
Date |
expires
Date and time after which the artifact created will be automatically deleted by the queue.
|
String |
name
Name of the artifact that was created, this is useful if you want to attempt to fetch the artifact.
|
String |
storageType
This is the
storageType for the request that was used to create the artifact. |
| Constructor and Description |
|---|
Artifacts() |
public String contentType
Mimetype for the artifact that was created.
public Date expires
Date and time after which the artifact created will be automatically deleted by the queue.
public String name
Name of the artifact that was created, this is useful if you want to attempt to fetch the artifact.
public String storageType
This is the storageType for the request that was used to create the artifact.
Copyright © 2014–2015 Mozilla. All rights reserved.