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 UserProfilePluginInfo
findNotificatorPlugin(String notificatorType)
Set<UserProfilePluginInfo>
getNotificatorPlugins()
void
setNotificatorProperties(Notificator notificator, List<UserPropertyInfo> userProperties)
void
unregisterNotificator(Notificator notificator)
-
-
-
Method Detail
-
setNotificatorProperties
public void setNotificatorProperties(@NotNull Notificator notificator, @NotNull List<UserPropertyInfo> userProperties) throws PluginAlreadyRegisteredException
- Specified by:
setNotificatorProperties
in interfacePluginProperties
- Throws:
PluginAlreadyRegisteredException
-
unregisterNotificator
public void unregisterNotificator(@NotNull Notificator notificator)
- Specified by:
unregisterNotificator
in interfacePluginProperties
-
getNotificatorPlugins
@NotNull public Set<UserProfilePluginInfo> getNotificatorPlugins()
- Specified by:
getNotificatorPlugins
in interfacePluginProperties
-
findNotificatorPlugin
@Nullable public UserProfilePluginInfo findNotificatorPlugin(String notificatorType)
- Specified by:
findNotificatorPlugin
in interfacePluginProperties
-
-