ArtifactGenerated
Extends:
src/events/DomainEvent.js~DomainEvent → ArtifactGenerated
Tests:
- ArtifactArchiver stores the artifacts generated by other stage crew members notifies the StageManager when an artifact is saved so that the promise of a stage cue can be fulfilled
- ArtifactArchiver stores the artifacts generated by other stage crew members notifies the StageManager when an artifact cannot be saved so that the promise of a stage cue can be rejected
- ArtifactArchiver stores the artifacts generated by other stage crew members correctly saves the test report to a unique file
- ArtifactArchiver stores the artifacts generated by other stage crew members correctly saves PNG content to a file
- ArtifactArchiver stores the artifacts generated by other stage crew members
- ArtifactArchiver notifies the StageManager when the artifact is correctly archived
Static Method Summary
Static Public Methods | ||
public static |
fromJSON(o: JSONObject): * |
Constructor Summary
Public Constructor | ||
public |
|
Static Public Methods
public static fromJSON(o: JSONObject): * source
Params:
Name | Type | Attribute | Description |
o | JSONObject |
Returns:
* |