Protected ReadonlycliProtected ReadonlyloggerReadonlyonProtected ReadonlyonProtected ReadonlyparticipantsProtected ReadonlypluginProtected ReadonlystopwatchIf there are some single files, try to see if we can work on these files (like unpacking it, etc)
Optionaloptions: PluginDeployOptionsProtecteddeployOptionaloptions: PluginDeployOptionsdeploy all plugins that have been accepted
ProtecteddoProtectedfindProtectedmeasureProtectedresolveOptionaloptions: 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
Optionaloptions: 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));
Optionaloptions: PluginDeployOptions
Check for all registered directories to see if there are some plugins that can be accepted to be deployed.