jetbrains.buildServer.users
Class NotificatorPropertyKey

java.lang.Object
  extended by jetbrains.buildServer.users.PropertyKey
      extended by jetbrains.buildServer.users.PluginPropertyKey
          extended by jetbrains.buildServer.users.NotificatorPropertyKey

public class NotificatorPropertyKey
extends PluginPropertyKey

Represents a notifier property key


Constructor Summary
NotificatorPropertyKey(java.lang.String propertyKey)
          Constructor
NotificatorPropertyKey(java.lang.String notificatorType, java.lang.String propertyName)
           
 
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 jetbrains.buildServer.users.PluginPropertyKey
getKey, getPluginName, isPluginPropertyKey
 
Methods inherited from class jetbrains.buildServer.users.PropertyKey
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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