Interface PluginDeployerParticipant

A participant can hook into the plugin deployer lifecycle.

interface PluginDeployerParticipant {
    onWillStart?(context): Promise<void>;
}

Implemented by

Methods

Methods