public interface Subscription
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets created date.
|
String |
getCronExpression()
Gets cron expression in the subscription
|
List<Field> |
getFields()
Gets selected fields in the subscription.
|
Integer |
getId()
Gets id.
|
Date |
getLastExecution()
Gets last execution.
|
String |
getLastExecutionError()
Gets last execution error.
|
String |
getName()
Gets name of subscription
|
String |
getPQL()
Gets pql (Profields Query Language)
|
com.atlassian.jira.user.ApplicationUser |
getUser()
Gets owner.
|
String |
getUserKey()
Gets user key.
|
boolean |
hasAllFieldsOption()
Has all fields as option
|
boolean |
hasHighlightOption()
Has high light as option
|
Integer getId()
String getName()
String getPQL()
String getCronExpression()
com.atlassian.jira.user.ApplicationUser getUser()
String getUserKey()
boolean hasAllFieldsOption()
boolean hasHighlightOption()
List<Field> getFields()
Date getLastExecution()
String getLastExecutionError()
Date getCreated()
Copyright © 2021 DEISER. All Rights Reserved.