Class NotificationRuleImpl
java.lang.Object
com.atlassian.core.bean.EntityObject
com.atlassian.bamboo.core.BambooEntityObject
com.atlassian.bamboo.notification.NotificationRuleImpl
- All Implemented Interfaces:
BambooIdProvider,BambooObject,NotificationRule,Cloneable,Comparable<NotificationRule>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintboolean@NotNull String@Nullable String@Nullable ObjectHack until i get the ui sorted out.@Nullable String@Nullable StringinthashCode()voidsetConditionData(String conditionData) voidsetConditionKey(String conditionKey) voidsetNotificationManager(NotificationManager notificationManager) voidsetNotificationSet(NotificationSet notificationSet) voidsetRecipient(String recipient) voidsetRecipientType(String recipientType) toString()Methods inherited from class com.atlassian.core.bean.EntityObject
clone, getCreationDate, getCurrentDate, getId, getLastModificationDate, setClock, setCreationDate, setId, setLastModificationDateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Constructor Details
-
NotificationRuleImpl
public NotificationRuleImpl()
-
-
Method Details
-
getRecipient
- Specified by:
getRecipientin interfaceNotificationRule
-
setRecipient
- Specified by:
setRecipientin interfaceNotificationRule
-
getRecipientType
- Specified by:
getRecipientTypein interfaceNotificationRule
-
setRecipientType
- Specified by:
setRecipientTypein interfaceNotificationRule
-
getConditionKey
- Specified by:
getConditionKeyin interfaceNotificationRule
-
setConditionKey
- Specified by:
setConditionKeyin interfaceNotificationRule
-
getConditionData
- Specified by:
getConditionDatain interfaceNotificationRule
-
setConditionData
- Specified by:
setConditionDatain interfaceNotificationRule
-
getNotificationSet
- Specified by:
getNotificationSetin interfaceNotificationRule
-
setNotificationSet
- Specified by:
setNotificationSetin interfaceNotificationRule
-
getNotificationTypeForView
Hack until i get the ui sorted out.- Specified by:
getNotificationTypeForViewin interfaceNotificationRule- Returns:
-
setNotificationManager
- Specified by:
setNotificationManagerin interfaceNotificationRule
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.atlassian.core.bean.EntityObject
-
equals
- Overrides:
equalsin classcom.atlassian.core.bean.EntityObject
-
compareTo
- Specified by:
compareToin interfaceComparable<NotificationRule>
-
toString
-