Package | Description |
---|---|
com.atlassian.jira.plugin.webfragment.conditions |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFixedPermissionCondition
Convenient abstraction to initialise conditions that require the
PermissionManager . |
class |
AbstractHasVersionsCondition |
class |
AbstractIssueWebCondition
Convenient abstraction for
Condition s that are aware of JIRA's
authentication and project- or issue-related contexts. |
class |
AbstractPermissionCondition
Convenient abstraction to initialise conditions that require the
PermissionManager and accept "permission"
param. |
class |
BrowseUsersPermissionCondition
Only display a web-fragment if a User has permission to browse/pick users.
|
class |
CanAdministerProjectCondition
Checks that the current user is a project admin for the passed in Project, Version or Component
|
class |
CanAttachFileToIssueCondition
Condition that determines whether the current user can attach a file 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 |
CanCreateSharedObjectsCondition
Checks if the logged in user has the rights to create shared objects.
|
class |
CanManageAttachmentsCondition
Condition that determines whether the current user can mange attachments
An issue must be in the JiraHelper context params.
|
class |
ExternalUserManagementDisabledCondition
Condition returns true if
APKeys.JIRA_OPTION_USER_EXTERNALMGT
is disabled. |
class |
HasIssuePermissionCondition
Condition to check a permission against a given issue for the current user.
|
class |
HasLastSearchRequestCondition
Condition that checks if a user has a current search.
|
class |
HasLinkTypesAvailableCondition
Condition to check whether there are any link types available.
|
class |
HasProjectPermissionCondition
Checks if a project is selected (in
JiraHelper ) and if the user has the AbstractPermissionCondition.permission for that project |
class |
HasSelectedProjectCondition
Checks if a project is selected
The project must be set within
JiraHelper |
class |
HasSubTasksAvailableCondition
Condition to check whether the issue has any sub task types available.
|
class |
HasVersionsReleasedCondition
Checks if there are any released versions for the selected project.
|
class |
HasVersionsUnreleasedCondition
Checks if there are any unreleased versions for the selected project.
|
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 |
IsAdminModeCondition
Checks if we're in admin mode
|
class |
IsClusteredCondition
Checks to see if JIRA is running in a cluster.
|
class |
IsDataCenterCondition
Checks to see if JIRA is DataCenter edition
|
class |
IsFieldHiddenCondition
Checks if the specified
IsFieldHiddenCondition.field is hidden in at least one scheme associated with the selected project and
IsFieldHiddenCondition.issuetype
IsFieldHiddenCondition.field and IsFieldHiddenCondition.issuetype is initialised in IsFieldHiddenCondition.init(java.util.Map 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 |
IsKeyboardShortcutsEnabledCondition
Condition to check if keyboard shortcuts are enabled.
|
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.
|
class |
JiraGlobalPermissionCondition
Checks if the user has the global permission:
AbstractPermissionCondition.permission |
class |
LinkingEnabledCondition
Condition to determine whether linking is enabled
|
class |
NotVersionContextCondition
This condition specifies that the item should only be displayed if the supplied
JiraHelper is not of type VersionHelper
i.e. |
class |
SmtpMailServerConfiguredCondition
Only displays a
WebItemModuleDescriptor if an SMTP mail server is
configured. |
class |
SubTasksEnabledCondition
Condition to determine whether Subtasks are turned on or not
|
class |
TimeTrackingEnabledCondition
Condition to determine whether time tracking is turned on or not
|
class |
UserHasIssueHistoryCondition
Checks if there are any history issue's
|
class |
UserHasVisibleProjectsCondition
Checks if the user can see at least one project with this
AbstractPermissionCondition.permission |
class |
UserIsAdminCondition
Checks if this user has the global admin permission.
|
class |
UserIsAdminOrHasVisibleProjectsCondition
Checks if the user is an admin or can see atleast one project with this
AbstractPermissionCondition.permission |
class |
UserIsProjectAdminCondition
Checks that the current user is a project admin for at least one project.
|
class |
UserIsSysAdminCondition
Will return shouldDisplay of true if the user has the
Permissions.SYSTEM_ADMIN
global permission. |
class |
UserIsTheLoggedInUserCondition
Used to determine if the logged in user is the same as the profile user in the jira helper.
|
class |
UserLoggedInCondition
Checks if this user is logged in
|
class |
VotingEnabledCondition
Returns true if voting is enabled.
|
class |
WatchingEnabledCondition
Returns true if watching is enabled.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.