Skip to main content

Interface: RunStepHookEntry

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:34

Per-hook execution result.

Properties

command

readonly command: string

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:36


exitCode

readonly exitCode: number

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:37


id

readonly id: string

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:35


stderr

readonly stderr: string

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:39


stdout

readonly stdout: string

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:38


success

readonly success: boolean

Defined in: packages/core/src/application/use-cases/run-step-hooks.ts:40