Uses of Class
com.atlassian.bamboo.specs.api.model.notification.NotificationRecipientProperties
-
Packages that use NotificationRecipientProperties Package Description com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.model.notification Bamboo notifications support.com.atlassian.bamboo.specs.model.notification Bamboo notifications support. -
-
Uses of NotificationRecipientProperties in com.atlassian.bamboo.specs.api.builders.notification
Classes in com.atlassian.bamboo.specs.api.builders.notification with type parameters of type NotificationRecipientProperties Modifier and Type Class Description classNotificationRecipient<N extends NotificationRecipient<N,P>,P extends NotificationRecipientProperties>Represents notification recipient. -
Uses of NotificationRecipientProperties in com.atlassian.bamboo.specs.api.model.notification
Subclasses of NotificationRecipientProperties in com.atlassian.bamboo.specs.api.model.notification Modifier and Type Class Description classAnyNotificationRecipientPropertiesMethods in com.atlassian.bamboo.specs.api.model.notification that return types with arguments of type NotificationRecipientProperties Modifier and Type Method Description java.util.List<NotificationRecipientProperties>EmptyNotificationsListProperties. getRecipients()Deprecated.java.util.List<NotificationRecipientProperties>NotificationProperties. getRecipients()Constructor parameters in com.atlassian.bamboo.specs.api.model.notification with type arguments of type NotificationRecipientProperties Constructor Description NotificationProperties(NotificationTypeProperties type, java.util.List<NotificationRecipientProperties> recipients) -
Uses of NotificationRecipientProperties in com.atlassian.bamboo.specs.model.notification
Subclasses of NotificationRecipientProperties in com.atlassian.bamboo.specs.model.notification Modifier and Type Class Description classEmailRecipientPropertiesclassGroupRecipientPropertiesclassHipChatRecipientPropertiesclassImRecipientPropertiesclassUserRecipientPropertiesclassWebhookRecipientProperties
-