Class DefaultFilterSubscription
java.lang.Object
com.atlassian.jira.issue.subscription.DefaultFilterSubscription
- All Implemented Interfaces:
WithId,FilterSubscription
A Filter Subscription bean
- Since:
- v6.2
-
Field Summary
Fields inherited from interface com.atlassian.jira.entity.WithId
ID_COMPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet 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.inthashCode()booleanIs this subscription sent, even if no issues are selected by the filter.
-
Constructor Details
-
DefaultFilterSubscription
-
-
Method Details
-
getId
Description copied from interface:FilterSubscriptionGet the Id of the subscription.- Specified by:
getIdin interfaceFilterSubscription- Specified by:
getIdin interfaceWithId- Returns:
- the Id of the subscription.
-
getFilterId
Description copied from interface:FilterSubscriptionGet the Id of the filter subscribed to.- Specified by:
getFilterIdin interfaceFilterSubscription- Returns:
- the Id of the filter subscribed to.
-
getUserKey
Description copied from interface:FilterSubscriptionGet the User Key of the subscription owner.- Specified by:
getUserKeyin interfaceFilterSubscription- Returns:
- the User Key of the subscription owner.
-
getGroupName
Description copied from interface:FilterSubscriptionGet the name of the group subscribed.- Specified by:
getGroupNamein interfaceFilterSubscription- Returns:
- the User Key of the group subscribed.
-
getLastRunTime
Description copied from interface:FilterSubscriptionGet the time the subscription was last sent.- Specified by:
getLastRunTimein interfaceFilterSubscription- Returns:
- the time the subscription was last sent.
-
isEmailOnEmpty
public boolean isEmailOnEmpty()Description copied from interface:FilterSubscriptionIs this subscription sent, even if no issues are selected by the filter.- Specified by:
isEmailOnEmptyin interfaceFilterSubscription- Returns:
- true if this subscription sent, even if no issues are selected by the filter.
-
equals
-
hashCode
public int hashCode()
-