Interface PluginDeployerResolverContext

interface PluginDeployerResolverContext {
    addPlugin(pluginId, path): void;
    getOriginId(): string;
    getPlugins(): PluginDeployerEntry[];
}

Implemented by

Methods