nexus-agents - v2.80.0
    Preparing search index...

    Interface StageStartedOptions

    Options for emitting a stage started event.

    interface StageStartedOptions {
        bus?: IEventBus;
        executionId: string;
        stageId: string;
        pluginId?: string;
    }
    Index

    Properties

    bus?: IEventBus
    executionId: string
    stageId: string
    pluginId?: string