Interface FilterSubscription
- All Superinterfaces:
WithId
- All Known Implementing Classes:
DefaultFilterSubscription
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 TypeMethodDescriptionGet the Id of the filter subscribed to.Get the name of the group subscribed.getId()Get the Id of the subscription.Get the time the subscription was last sent.Get the User Key of the subscription owner.booleanIs this subscription sent, even if no issues are selected by the filter.
-
Method Details
-
getId
Long getId()Get 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
Get the name of the group subscribed.- Returns:
- the User Key of the group subscribed.
-
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.
-