Interface NotificationRule

    • Method Detail

      • getId

        long getId()
        Returns id.
        Returns:
        id.
      • getEvents

        @NotNull
        Set<NotificationRule.Event> getEvents()
        Returns associated events.
        Returns:
        list of events when rule has to work.
      • getWatchedBuilds

        WatchedBuilds getWatchedBuilds()
        Returns builds watched by the rule.
        Returns:
        builds watched by the rule.
      • getPosition

        int getPosition()
        Returns the position of this rule in the list.
        Returns:
        the "position" of this watch
      • getAdditionalData

        @NotNull
        Map<String,​String> getAdditionalData()
        Returns:
        additional data associated with this rule
        Since:
        9.0