Package jetbrains.buildServer.users
Class NotificatorPropertyKey
- java.lang.Object
-
- jetbrains.buildServer.users.PropertyKey
-
- jetbrains.buildServer.users.PluginPropertyKey
-
- jetbrains.buildServer.users.NotificatorPropertyKey
-
public class NotificatorPropertyKey extends PluginPropertyKey
Represents a notifier property key
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.users.PluginPropertyKey
PLUGIN_PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description NotificatorPropertyKey(String propertyKey)ConstructorNotificatorPropertyKey(String notificatorType, String propertyName)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisNotificatorPropertyKey(String propertyKey)Returns true if the specified string representation of the property key represents notifier property key-
Methods inherited from class jetbrains.buildServer.users.PluginPropertyKey
getKey, getPluginName, isPluginPropertyKey
-
Methods inherited from class jetbrains.buildServer.users.PropertyKey
equals, hashCode, toString
-
-
-
-
Method Detail
-
isNotificatorPropertyKey
public static boolean isNotificatorPropertyKey(@NotNull String propertyKey)Returns true if the specified string representation of the property key represents notifier property key- Parameters:
propertyKey- property key- Returns:
- true if property key is notifier property key
-
-