public class IsIssueAssignedToCurrentUserCondition extends AbstractIssueWebCondition
| Constructor and Description |
|---|
IsIssueAssignedToCurrentUserCondition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldDisplay(ApplicationUser user,
Issue issue,
JiraHelper jiraHelper)
Should we display this item for this issue?
|
shouldDisplayinit, shouldDisplaypublic IsIssueAssignedToCurrentUserCondition()
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-2015 Atlassian. All Rights Reserved.