public interface

FilterSubscription

com.atlassian.jira.issue.subscription.FilterSubscription
Known Indirect Subclasses

Class Overview

A Filter Subscription Entity Bean

Summary

Public Methods
long getFilterId()
Get the Id of the filter subscribed to.
@Nullable String getGroupName()
Get the name of the group subscribed.
long getId()
Get the Id of the subscription.
@Nullable Date getLastRunTime()
Get the time the subscription was last sent.
String getUserKey()
Get the User Key of the subscription owner.
boolean isEmailOnEmpty()
Is this subscription sent, even if no issues are selected by the filter.

Public Methods

public long getFilterId ()

Get the Id of the filter subscribed to.

Returns
  • the Id of the filter subscribed to.

@Nullable public String getGroupName ()

Get the name of the group subscribed.

Returns
  • the User Key of the group subscribed.

public long getId ()

Get the Id of the subscription.

Returns
  • the Id of the subscription.

@Nullable public Date getLastRunTime ()

Get the time the subscription was last sent.

Returns
  • the time the subscription was last sent.

public String getUserKey ()

Get the User Key of the subscription owner.

Returns
  • the User Key of the subscription owner.

public 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.