Package jetbrains.buildServer.serverSide
Interface PluginProperties
-
- All Known Implementing Classes:
PluginPropertiesImpl
public interface PluginPropertiesDeprecated.- Author:
- Pavel.Sher Date: 30.03.2006
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UserProfilePluginInfofindNotificatorPlugin(String notificatorType)Deprecated.Set<UserProfilePluginInfo>getNotificatorPlugins()Deprecated.voidsetNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)Deprecated.voidunregisterNotificator(Notificator notificator)Deprecated.
-
-
-
Method Detail
-
setNotificatorProperties
void setNotificatorProperties(@NotNull Notificator notificator, @NotNull List<UserPropertyInfo> userProperties) throws PluginAlreadyRegisteredExceptionDeprecated.- Throws:
PluginAlreadyRegisteredException
-
unregisterNotificator
void unregisterNotificator(@NotNull Notificator notificator)Deprecated.
-
getNotificatorPlugins
Set<UserProfilePluginInfo> getNotificatorPlugins()
Deprecated.
-
findNotificatorPlugin
UserProfilePluginInfo findNotificatorPlugin(String notificatorType)
Deprecated.
-
-