Interface NotificationContext


  • public interface NotificationContext
    Contains the context data of the notification.
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • getUsers

        @NotNull
        Collection<SUser> getUsers()
        Returns the collection of users notification is sent to
        Returns:
        collection of users
      • getCurrentModel

        @NotNull
        Map<String,​Object> getCurrentModel()
        Returns the unmodifiable object model. Contains the map of objects set by TeamCity core.
        Returns:
        current model
      • getEventType

        @NotNull
        NotificationEvent getEventType()
        Returns current event type.
        Returns:
        current event type