Interface JiraContextNode

All Superinterfaces:
Comparable<JiraContextNode>, IssueContext
All Known Implementing Classes:
AbstractJiraContext, GlobalIssueContext, ProjectContext

@PublicApi public interface JiraContextNode extends IssueContext, Comparable<JiraContextNode>
A constructed IssueContext with the ability to climb nodes
  • Field Details

  • Method Details

    • hasParentContext

      boolean hasParentContext()
      Returns:
      Whether or not this context has a parent context.
    • getParent

      @Nullable JiraContextNode getParent()
      Returns:
      This context's parent, or null if it is the root context.
      Since:
      6.4
    • isInContext

      boolean isInContext(IssueContext issueContext)
    • appendToParamsMap

      Map<String,Object> appendToParamsMap(Map<String,Object> props)
      Copy the supplied parameters and add new ones.
      Parameters:
      props - to copy from
      Returns:
      the copied map