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 | Class and Description |
|---|---|
class |
ArtifactCreatedMessage.Artifact
Information about the artifact that was created
|
| Modifier and Type | Field and Description |
|---|---|
ArtifactCreatedMessage.Artifact |
artifact |
int |
runId
Id of the run on which artifact was created.
|
TaskStatusStructure |
status |
int |
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 ArtifactCreatedMessage.Artifact artifact
public int runId
Id of the run on which artifact was created.
public TaskStatusStructure status
public int 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.