public class IsIssueReportedByCurrentUserCondition extends AbstractIssueWebCondition
An issue must be in the JiraHelper context params.
| Constructor and Description |
|---|
IsIssueReportedByCurrentUserCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldDisplay(ApplicationUser user,
Issue issue,
JiraHelper jiraHelper)
Should we display this item for this issue?
|
shouldDisplayinit, shouldDisplaypublic IsIssueReportedByCurrentUserCondition()
public boolean shouldDisplay(ApplicationUser user, Issue issue, JiraHelper jiraHelper)
AbstractIssueWebConditionshouldDisplay in class AbstractIssueWebConditionuser - The current userissue - The issue we are displaying againstjiraHelper - The JiraHelperCopyright © 2002-2018 Atlassian. All Rights Reserved.