public class ArtifactCreatedMessage extends Object
Message reporting a new artifact has been created for a given task.
See http://schemas.taskcluster.net/queue/v1/artifact-created-message.json#
| Modifier and Type | Field and Description |
|---|---|
Object |
artifact
Information about the artifact that was created
|
int |
runId
Id of the run on which artifact was created.
|
TaskStatusStructure |
status |
Object |
version
Message version
|
String |
workerGroup
Identifier for the worker-group within which the run with the created artifacted is running.
|
String |
workerId
Identifier for the worker within which the run with the created artifact is running.
|
| Constructor and Description |
|---|
ArtifactCreatedMessage() |
public Object artifact
Information about the artifact that was created
public int runId
Id of the run on which artifact was created.
public TaskStatusStructure status
public Object version
Message version
public String workerGroup
Identifier for the worker-group within which the run with the created artifacted is running.
public String workerId
Identifier for the worker within which the run with the created artifact is running.
Copyright © 2014–2015 Mozilla. All rights reserved.