com.atlassian.jira.issue.context
Class AbstractJiraContext

java.lang.Object
  extended by com.atlassian.jira.issue.context.AbstractJiraContext
All Implemented Interfaces:
com.atlassian.bandana.BandanaContext, IssueContext, JiraContextNode, Serializable, Comparable<JiraContextNode>
Direct Known Subclasses:
GlobalIssueContext, ProjectCategoryContext, ProjectContext

@Internal
public abstract class AbstractJiraContext
extends Object
implements JiraContextNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.atlassian.jira.issue.context.JiraContextNode
FIELD_PROJECT, FIELD_PROJECT_CATEGORY
 
Constructor Summary
AbstractJiraContext()
           
 
Method Summary
 int compareTo(JiraContextNode o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 boolean isInContext(IssueContext issueContext)
           
 String 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.JiraContextNode
appendToParamsMap, getProjectCategory, getProjectCategoryObject
 
Methods inherited from interface com.atlassian.bandana.BandanaContext
getParentContext, hasParentContext
 
Methods inherited from interface com.atlassian.jira.issue.context.IssueContext
getIssueType, getIssueTypeObject, getProject, getProjectObject
 

Constructor Detail

AbstractJiraContext

public AbstractJiraContext()
Method Detail

isInContext

public boolean isInContext(IssueContext issueContext)
Specified by:
isInContext in interface JiraContextNode

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(JiraContextNode o)
Specified by:
compareTo in interface Comparable<JiraContextNode>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.