Protected
Readonly
cliProtected
Readonly
loggerReadonly
onProtected
Readonly
onProtected
Readonly
participantsProtected
Readonly
pluginProtected
Readonly
stopwatchIf 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
Check for all registered directories to see if there are some plugins that can be accepted to be deployed.