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