Package jetbrains.buildServer.serverSide
Interface ServerPluginsRestrictor
-
public interface ServerPluginsRestrictor
Allows to disable some plugins on the current node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isPluginDisabled(PluginInfo pluginInfo)
-
-
-
Method Detail
-
isPluginDisabled
boolean isPluginDisabled(@NotNull PluginInfo pluginInfo)
-
-