Uses of Class
com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueCondition

Packages that use AbstractIssueCondition
com.atlassian.jira.plugin.webfragment.conditions   
 

Uses of AbstractIssueCondition in com.atlassian.jira.plugin.webfragment.conditions
 

Subclasses of AbstractIssueCondition in com.atlassian.jira.plugin.webfragment.conditions
 class CanAttachFileToIssueCondition
          Condition that determines whether the current user can attach a file to the current issue.
 class CanAttachScreenshotToIssueCondition
          Condition that determines whether the current user can attach a screenshot to the current issue.
 class CanConvertToIssueCondition
          Condition that determines whether the current user can convert the current subtask to an issue.
 class CanConvertToSubTaskCondition
          Condition that determines whether the current user can convert the current issue to a sub task.
 class CanManageAttachmentsCondition
          Condition that determines whether the current user can mange attachments

An issue must be in the JiraHelper context params.

 class HasSubTasksAvailableCondition
          Condition to check whether the issue has any sub task types available.
 class HasVotedForIssueCondition
          Condition to check whether the current user has voted for the current issue

An issue must be in the JiraHelper context params.

 class IsIssueAssignedToCurrentUserCondition
          Condition to checkif the current user is the assignee of the current issue

An issue must be in the JiraHelper context params.

 class IsIssueEditableCondition
          Condition to check if the issue is currently editable

An issue must be in the JiraHelper context params.

 class IsIssueReportedByCurrentUserCondition
          Condition to check whether the current user reported the current issue

An issue must be in the JiraHelper context params.

 class IsIssueUnresolvedCondition
          Condition to determine whether an issue is Unresolved

An issue must be in the JiraHelper context params.

 class IsSubTaskCondition
          Condition to determine whether an issue is a subtask

An issue must be in the JiraHelper context params.

 class IsWatchingIssueCondition
          Condition that determines whether the current user is watching the current issue.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.