Class NotificationRecipientProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
AnyNotificationRecipientProperties
,EmailRecipientProperties
,GroupRecipientProperties
,HipChatRecipientProperties
,ImRecipientProperties
,UserRecipientProperties
,WebhookRecipientProperties
@Immutable
public abstract class NotificationRecipientProperties
extends Object
implements EntityProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines if notification recipient is applicable toApplicability.PLANS
orApplicability.DEPLOYMENTS
.abstract @NotNull AtlassianModuleProperties
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.specs.api.model.EntityProperties
validate
-
Constructor Details
-
NotificationRecipientProperties
public NotificationRecipientProperties()
-
-
Method Details
-
getAtlassianPlugin
-
applicableTo
Determines if notification recipient is applicable toApplicability.PLANS
orApplicability.DEPLOYMENTS
.- Returns:
- applicable entities
-