Artifact class

Represents the output of a test. Examples of artifacts include logs and screenshots.

Constructors

Artifact({String? arn, String? extension, String? name, ArtifactType? type, String? url})
Artifact.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The artifact's ARN.
final
extension String?
The artifact's file extension.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The artifact's name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ArtifactType?
The artifact's type.
final
url String?
The presigned Amazon S3 URL that can be used with a GET request to download the artifact's file.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited