Package com.atlassian.jira.jql.context
Class ProjectContextImpl
java.lang.Object
com.atlassian.jira.jql.context.ProjectContextImpl
- All Implemented Interfaces:
ProjectContext
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProjectContextImpl
-
-
Method Details
-
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
-