com.atlassian.jira.issue.context
Interface JiraContextNode
- All Superinterfaces:
- com.atlassian.bandana.BandanaContext, Comparable<JiraContextNode>, IssueContext, Serializable
- All Known Implementing Classes:
- AbstractJiraContext, GlobalIssueContext, ProjectCategoryContext, ProjectContext
@PublicApi
public interface JiraContextNode
- extends com.atlassian.bandana.BandanaContext, IssueContext, Comparable<JiraContextNode>
A constructed IssueContext
with the ability to climb nodes
Methods inherited from interface com.atlassian.bandana.BandanaContext |
getParentContext, hasParentContext |
FIELD_PROJECT_CATEGORY
static final String FIELD_PROJECT_CATEGORY
- See Also:
- Constant Field Values
FIELD_PROJECT
static final String FIELD_PROJECT
- See Also:
- Constant Field Values
getProjectCategory
org.ofbiz.core.entity.GenericValue getProjectCategory()
isInContext
boolean isInContext(IssueContext issueContext)
appendToParamsMap
Map<String,Object> appendToParamsMap(Map<String,Object> props)
- Copy the supplied parameters and add new ones.
- Parameters:
props
- to copy from
- Returns:
- the copied map
Copyright © 2002-2012 Atlassian. All Rights Reserved.