Package com.atlassian.jira.issue.context
Interface JiraContextNode
- All Superinterfaces:
Comparable<JiraContextNode>,IssueContext
- All Known Implementing Classes:
AbstractJiraContext,GlobalIssueContext,ProjectContext
A constructed
IssueContext with the ability to climb nodes-
Field Summary
FieldsFields inherited from interface com.atlassian.jira.issue.context.IssueContext
GLOBAL -
Method Summary
Modifier and TypeMethodDescriptionappendToParamsMap(Map<String, Object> props) Copy the supplied parameters and add new ones.booleanbooleanisInContext(IssueContext issueContext) Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.jira.issue.context.IssueContext
getIssueType, getIssueTypeId, getIssueTypeObject, getProjectId, getProjectObject
-
Field Details
-
FIELD_PROJECT
- See Also:
-
-
Method Details
-
hasParentContext
boolean hasParentContext()- Returns:
- Whether or not this context has a parent context.
-
getParent
- Returns:
- This context's parent, or null if it is the root context.
- Since:
- 6.4
-
isInContext
-
appendToParamsMap
Copy the supplied parameters and add new ones.- Parameters:
props- to copy from- Returns:
- the copied map
-