Skip to main content

Interface: ArtifactSkippedEvent

Defined in: packages/core/src/domain/entities/change.ts:104

Appended when an optional artifact is explicitly skipped.

Properties

artifactId

readonly artifactId: string

Defined in: packages/core/src/domain/entities/change.ts:108


at

readonly at: Date

Defined in: packages/core/src/domain/entities/change.ts:106


by

readonly by: ActorIdentity

Defined in: packages/core/src/domain/entities/change.ts:107


reason?

readonly optional reason?: string

Defined in: packages/core/src/domain/entities/change.ts:109


type

readonly type: "artifact-skipped"

Defined in: packages/core/src/domain/entities/change.ts:105