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
GLOBALFields inherited from interface com.atlassian.jira.issue.context.JiraContextNode
FIELD_PROJECT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()booleanisInContext(IssueContext issueContext) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.jira.issue.context.IssueContext
getIssueType, getIssueTypeId, getIssueTypeObject, getProjectId, getProjectObjectMethods inherited from interface com.atlassian.jira.issue.context.JiraContextNode
appendToParamsMap, getParent, hasParentContext
-
Constructor Details
-
AbstractJiraContext
public AbstractJiraContext()
-
-
Method Details
-
isInContext
- Specified by:
isInContextin interfaceJiraContextNode
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<JiraContextNode>
-
equals
-
hashCode
public int hashCode()
-