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 String imAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@NotNull AtlassianModulePropertiesgetAtlassianPlugin()StringgetImAddress()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
applicableTo
-
-
-
-
Constructor Detail
-
ImRecipientProperties
public ImRecipientProperties(@NotNull @NotNull String imAddress)
-
-
Method Detail
-
getImAddress
public String getImAddress()
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classNotificationRecipientProperties
-
validate
public void validate()
-
-