@Internal public abstract class

AbstractJiraContext

extends Object
implements JiraContextNode
java.lang.Object
   ↳ com.atlassian.jira.issue.context.AbstractJiraContext
Known Direct Subclasses

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.issue.context.JiraContextNode
[Expand]
Inherited Fields
From interface com.atlassian.jira.issue.context.IssueContext
Public Constructors
AbstractJiraContext()
Public Methods
int compareTo(JiraContextNode o)
boolean equals(Object o)
int hashCode()
boolean isInContext(IssueContext issueContext)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.bandana.BandanaContext
From interface com.atlassian.jira.issue.context.IssueContext
From interface com.atlassian.jira.issue.context.JiraContextNode
From interface java.lang.Comparable

Public Constructors

public AbstractJiraContext ()

Public Methods

public int compareTo (JiraContextNode o)

public boolean equals (Object o)

public int hashCode ()

public boolean isInContext (IssueContext issueContext)

public String toString ()