Interface FilterSubscription

All Superinterfaces:
WithId
All Known Implementing Classes:
DefaultFilterSubscription

public interface FilterSubscription extends WithId
A Filter Subscription Entity Bean
Since:
v6.2
  • Field Summary

    Fields inherited from interface com.atlassian.jira.entity.WithId

    ID_COMPARATOR
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the Id of the filter subscribed to.
    Get the name of the group subscribed.
    Get the Id of the subscription.
    Get the time the subscription was last sent.
    Get the User Key of the subscription owner.
    boolean
    Is this subscription sent, even if no issues are selected by the filter.
  • Method Details

    • getId

      Long getId()
      Get the Id of the subscription.
      Specified by:
      getId in interface WithId
      Returns:
      the Id of the subscription.
    • getFilterId

      Long getFilterId()
      Get the Id of the filter subscribed to.
      Returns:
      the Id of the filter subscribed to.
    • getUserKey

      String getUserKey()
      Get the User Key of the subscription owner.
      Returns:
      the User Key of the subscription owner.
    • getGroupName

      @Nullable String getGroupName()
      Get the name of the group subscribed.
      Returns:
      the User Key of the group subscribed.
    • getLastRunTime

      @Nullable Date getLastRunTime()
      Get the time the subscription was last sent.
      Returns:
      the time the subscription was last sent.
    • isEmailOnEmpty

      boolean isEmailOnEmpty()
      Is this subscription sent, even if no issues are selected by the filter.
      Returns:
      true if this subscription sent, even if no issues are selected by the filter.