Package com.atlassian.jira.jql.context
Class AllIssueTypesContext
java.lang.Object
com.atlassian.jira.jql.context.AllIssueTypesContext
- All Implemented Interfaces:
IssueTypeContext
Represents the special case of all issue types in an unenumerated form.
- Since:
- v4.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AllIssueTypesContextbooleanisAll()Indicates the special case of all issue types that are not enumerated.toString()
-
Field Details
-
INSTANCE
-
-
Method Details
-
getInstance
-
getIssueTypeId
- Specified by:
getIssueTypeIdin interfaceIssueTypeContext- Returns:
- the issue type id for this context element.
-
isAll
public boolean isAll()Description copied from interface:IssueTypeContextIndicates the special case of all issue types that are not enumerated. If this is true then the value for issueTypeId will be null.- Specified by:
isAllin interfaceIssueTypeContext- Returns:
- true if all, false otherwise.
-
toString
-