Package com.atlassian.jira.issue.context
Class AbstractJiraContext
java.lang.Object
com.atlassian.jira.issue.context.AbstractJiraContext
- All Implemented Interfaces:
IssueContext
,JiraContextNode
,Comparable<JiraContextNode>
- Direct Known Subclasses:
GlobalIssueContext
,ProjectContext
-
Field Summary
Fields inherited from interface com.atlassian.jira.issue.context.IssueContext
GLOBAL
Fields inherited from interface com.atlassian.jira.issue.context.JiraContextNode
FIELD_PROJECT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
boolean
isInContext
(IssueContext issueContext) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.jira.issue.context.IssueContext
getIssueType, getIssueTypeId, getIssueTypeObject, getProjectId, getProjectObject
Methods inherited from interface com.atlassian.jira.issue.context.JiraContextNode
appendToParamsMap, getParent, hasParentContext
-
Constructor Details
-
AbstractJiraContext
public AbstractJiraContext()
-
-
Method Details
-
isInContext
- Specified by:
isInContext
in interfaceJiraContextNode
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<JiraContextNode>
-
equals
-
hashCode
public int hashCode()
-