public interface

ProjectContext

com.atlassian.jira.jql.context.ProjectContext
Known Indirect Subclasses

Class Overview

Represents an IssueType that is part of a search context.

Summary

Public Methods
Long getProjectId()
boolean isAll()
Indicates the special case of all projects that are not enumerated.

Public Methods

public Long getProjectId ()

Returns
  • the project id for this context element.

public boolean isAll ()

Indicates the special case of all projects that are not enumerated. If this is true then the value for projectId will be null.

Returns
  • true if all, false otherwise.