Class ImRecipientProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
-
- com.atlassian.bamboo.specs.model.notification.ImRecipientProperties
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
public class ImRecipientProperties extends com.atlassian.bamboo.specs.api.model.notification.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 com.atlassian.bamboo.specs.api.model.AtlassianModulePropertiesgetAtlassianPlugin()java.lang.StringgetImAddress()inthashCode()voidvalidate()
-
-
-
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 com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
-
validate
public void validate()
-
-