Artifact

class Artifact

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The artifact's ARN.

Link copied to clipboard

The artifact's file extension.

Link copied to clipboard
val name: String?

The artifact's name.

Link copied to clipboard

The artifact's type.

Link copied to clipboard
val url: String?

The presigned Amazon S3 URL that can be used with a GET request to download the artifact's file.

Functions

Link copied to clipboard
inline fun copy(block: Artifact.Builder.() -> Unit = {}): Artifact
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String