public interface FilterSubscription extends WithId
ID_COMPARATOR
Modifier and Type | Method and Description |
---|---|
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.
|
Long getId()
Long getFilterId()
String getUserKey()
@Nullable String getGroupName()
@Nullable Date getLastRunTime()
boolean isEmailOnEmpty()
Copyright © 2002-2021 Atlassian. All Rights Reserved.