Class ImRecipientProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
-
- com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
-
- All Implemented Interfaces:
EntityProperties
public class ImRecipientProperties extends NotificationRecipientProperties
-
-
Constructor Summary
Constructors Constructor Description ImRecipientProperties(@NotNull java.lang.String imAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()java.lang.StringgetImAddress()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
applicableTo
-
-
-
-
Method Detail
-
getImAddress
public java.lang.String getImAddress()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classNotificationRecipientProperties
-
validate
public void validate()
-
-