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
|
Method Summary |
static boolean |
isNotificatorPropertyKey(java.lang.String propertyKey)
Returns true if the specified string representation of the property key represents notifier property key |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NotificatorPropertyKey
public NotificatorPropertyKey(@NotNull
java.lang.String notificatorType,
@NotNull
java.lang.String propertyName)
NotificatorPropertyKey
public NotificatorPropertyKey(@NotNull
java.lang.String propertyKey)
- Constructor
- Parameters:
propertyKey - string representation of the property key
isNotificatorPropertyKey
public static boolean isNotificatorPropertyKey(@NotNull
java.lang.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