Interface Subscription
public interface Subscription
The interface Subscription.
- 
Method SummaryModifier and TypeMethodDescriptionGets created date.Gets cron expression in the subscriptionGets selected fields in the subscription.getId()Gets id.Gets last execution.Gets last execution error.getName()Gets name of subscriptiongetPQL()Gets pql (Profields Query Language)com.atlassian.jira.user.ApplicationUsergetUser()Gets owner.Gets user key.booleanHas all fields as optionbooleanHas high light as option
- 
Method Details- 
getIdInteger getId()Gets id.- Returns:
- the id
 
- 
getNameString getName()Gets name of subscription- Returns:
- the name
 
- 
getPQLString getPQL()Gets pql (Profields Query Language)- Returns:
- the pql
 
- 
getCronExpressionString getCronExpression()Gets cron expression in the subscription- Returns:
- the cron expression
 
- 
getUsercom.atlassian.jira.user.ApplicationUser getUser()Gets owner.- Returns:
- the user
 
- 
getUserKeyString getUserKey()Gets user key.- Returns:
- the user key
 
- 
hasAllFieldsOptionboolean hasAllFieldsOption()Has all fields as option- Returns:
- the boolean
 
- 
hasHighlightOptionboolean hasHighlightOption()Has high light as option- Returns:
- the boolean
 
- 
getFieldsGets selected fields in the subscription. This options is use when the "allFields" option is false.- Returns:
- the fields
 
- 
getLastExecutionDate getLastExecution()Gets last execution.- Returns:
- the last execution
 
- 
getLastExecutionErrorString getLastExecutionError()Gets last execution error.- Returns:
- the last execution error
 
- 
getCreatedDate getCreated()Gets created date.- Returns:
- the created date
 
 
-