Package jetbrains.buildServer.plugins
Interface PluginDisabledInfoProvider
-
- All Known Subinterfaces:
ServerPluginDisabledInfoProvider
- All Known Implementing Classes:
AgentPluginDisabledInfoProvider
,ServerPluginDisabledInfoProviderImpl
public interface PluginDisabledInfoProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisableReason(PluginInfo pluginInfo)
Returns reason why the plugin is disabled, or null if it is not.
-
-
-
Method Detail
-
getDisableReason
@Nullable String getDisableReason(@NotNull PluginInfo pluginInfo)
Returns reason why the plugin is disabled, or null if it is not.- Parameters:
pluginInfo
- the plugin information- Returns:
- see above
- Since:
- 2020.1
-
-