@PublicApi public interface JiraContextNode extends com.atlassian.bandana.BandanaContext, IssueContext, Comparable<JiraContextNode>
IssueContext with the ability to climb nodes| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_PROJECT |
static String |
FIELD_PROJECT_CATEGORY
Deprecated.
Project Category contexts are not supported in JIRA and will be removed from the API. Since v6.4.
|
GLOBAL| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
appendToParamsMap(Map<String,Object> props)
Copy the supplied parameters and add new ones.
|
JiraContextNode |
getParent() |
com.atlassian.bandana.BandanaContext |
getParentContext()
Deprecated.
Use
getParent() instead. Since v6.4. |
org.ofbiz.core.entity.GenericValue |
getProjectCategory()
Deprecated.
Use
getProjectCategoryObject() instead. Since v5.2. |
ProjectCategory |
getProjectCategoryObject()
Deprecated.
Project Category contexts are not supported in JIRA and will be removed from the API. Since v6.4.
|
boolean |
hasParentContext() |
boolean |
isInContext(IssueContext issueContext) |
getIssueType, getIssueTypeId, getIssueTypeObject, getProject, getProjectId, getProjectObjectcompareTostatic final String FIELD_PROJECT_CATEGORY
static final String FIELD_PROJECT
boolean hasParentContext()
hasParentContext in interface com.atlassian.bandana.BandanaContext@Nullable JiraContextNode getParent()
com.atlassian.bandana.BandanaContext getParentContext()
getParent() instead. Since v6.4.getParentContext in interface com.atlassian.bandana.BandanaContextorg.ofbiz.core.entity.GenericValue getProjectCategory()
getProjectCategoryObject() instead. Since v5.2.ProjectCategory getProjectCategoryObject()
boolean isInContext(IssueContext issueContext)
Copyright © 2002-2015 Atlassian. All Rights Reserved.