com.atlassian.jira.issue.subscription
Interface FilterSubscription

All Known Implementing Classes:
DefaultFilterSubscription

public interface FilterSubscription

A Filter Subscription Entity Bean

Since:
v6.2

Method Summary
 long getFilterId()
          Get the Id of the filter subscribed to.
 String getGroupName()
          Get the name of the group subscribed.
 long getId()
          Get the Id of the subscription.
 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.
 

Method Detail

getId

long getId()
Get the Id of the subscription.

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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.