Class PluginPropertiesImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.PluginPropertiesImpl
-
- All Implemented Interfaces:
PluginProperties
public class PluginPropertiesImpl extends Object implements PluginProperties
- Author:
- Pavel.Sher Date: 30.03.2006
-
-
Constructor Summary
Constructors Constructor Description PluginPropertiesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfilePluginInfofindNotificatorPlugin(String notificatorType)Set<UserProfilePluginInfo>getNotificatorPlugins()voidsetNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)voidunregisterNotificator(Notificator notificator)
-
-
-
Method Detail
-
setNotificatorProperties
public void setNotificatorProperties(@NotNull Notificator notificator, @NotNull List<UserPropertyInfo> userProperties) throws PluginAlreadyRegisteredException- Specified by:
setNotificatorPropertiesin interfacePluginProperties- Throws:
PluginAlreadyRegisteredException
-
unregisterNotificator
public void unregisterNotificator(@NotNull Notificator notificator)- Specified by:
unregisterNotificatorin interfacePluginProperties
-
getNotificatorPlugins
@NotNull public Set<UserProfilePluginInfo> getNotificatorPlugins()
- Specified by:
getNotificatorPluginsin interfacePluginProperties
-
findNotificatorPlugin
@Nullable public UserProfilePluginInfo findNotificatorPlugin(String notificatorType)
- Specified by:
findNotificatorPluginin interfacePluginProperties
-
-