com.atlassian.jira.jql.context
Interface IssueTypeContext


public interface IssueTypeContext

Represents an IssueType that is part of a search context.

Since:
v4.0

Method Summary
 String getIssueTypeId()
           
 boolean isAll()
          Indicates the special case of all issue types that are not enumerated.
 

Method Detail

getIssueTypeId

String getIssueTypeId()
Returns:
the issue type id for this context element.

isAll

boolean isAll()
Indicates the special case of all issue types that are not enumerated. If this is true then the value for issueTypeId will be null.

Returns:
true if all, false otherwise.


Copyright © 2002-2011 Atlassian. All Rights Reserved.