Protected
Readonly
cliProtected
Readonly
loggerReadonly
onProtected
Readonly
onProtected
Readonly
participantsPrivate
pluginPrivate
pluginInject all file handler for local resolved plugins.
Protected
Readonly
pluginPrivate
pluginInject all plugin resolvers found at runtime.
Protected
Readonly
stopwatchCheck for all registered directories to see if there are some plugins that can be accepted to be deployed.
If there are some single files, try to see if we can work on these files (like unpacking it, etc)
Optional
options: PluginDeployOptionsProtected
deployOptional
options: PluginDeployOptionsdeploy all plugins that have been accepted
Protected
doProtected
findProtected
measureProtected
resolveOptional
options: PluginDeployOptionsCheck a plugin ID see if there are some resolvers that can handle it. If there is a matching resolver, then we resolve the plugin
Optional
options: PluginDeployOptionsResolves plugins for the given type.
Only call it a single time before triggering a single deploy to prevent re-resolving of extension dependencies, i.e.
const deployer: PluginDeployer;
deployer.deployPlugins(await deployer.resolvePlugins(allPluginEntries));
Optional
options: PluginDeployOptions
Inject all directory handler for local resolved plugins.