@PublicApi public class GlobalIssueContext extends AbstractJiraContext
| Modifier and Type | Field and Description |
|---|---|
static String |
GLOBAL_CONTEXT_STR |
FIELD_PROJECTGLOBAL| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
appendToParamsMap(Map<String,Object> input)
Copy the supplied parameters and add new ones.
|
static JiraContextNode |
getInstance() |
IssueType |
getIssueType()
Gets the IssueType for this IssueContext.
|
String |
getIssueTypeId()
Gets the ID of the IssueType for this IssueContext.
|
IssueType |
getIssueTypeObject()
Gets the IssueType for this IssueContext.
|
JiraContextNode |
getParent() |
Long |
getProjectId()
Gets the ID of the Project for this IssueContext.
|
Project |
getProjectObject()
Gets the Project for this IssueContext.
|
boolean |
hasParentContext() |
boolean |
isInContext(IssueContext issueContext) |
String |
toString() |
compareTo, equals, hashCodepublic static final String GLOBAL_CONTEXT_STR
public Map<String,Object> appendToParamsMap(Map<String,Object> input)
JiraContextNodeinput - to copy frompublic IssueType getIssueTypeObject()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
public IssueType getIssueType()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
public String getIssueTypeId()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
public Project getProjectObject()
IssueContextA null return value is used to represent that this context applies to all Projects.
public Long getProjectId()
IssueContextA null return value is used to represent that this context applies to all Projects.
public boolean isInContext(IssueContext issueContext)
isInContext in interface JiraContextNodeisInContext in class AbstractJiraContextpublic JiraContextNode getParent()
public boolean hasParentContext()
public static JiraContextNode getInstance()
public String toString()
toString in class AbstractJiraContextCopyright © 2002-2018 Atlassian. All Rights Reserved.