Package com.atlassian.jira.jql.context
Class AllProjectsContext
java.lang.Object
com.atlassian.jira.jql.context.AllProjectsContext
- All Implemented Interfaces:
ProjectContext
Represents the specicial case of all projects, in an unenumerated form.
- Since:
- v4.0
-
Field Details
-
INSTANCE
-
-
Method Details
-
getInstance
-
getProjectId
- Specified by:
getProjectId
in interfaceProjectContext
- Returns:
- the project id for this context element.
-
isAll
public boolean isAll()Description copied from interface:ProjectContext
Indicates the special case of all projects that are not enumerated. If this is true then the value for projectId will be null.- Specified by:
isAll
in interfaceProjectContext
- Returns:
- true if all, false otherwise.
-
equals
-
hashCode
public int hashCode() -
toString
-