Package | Description |
---|---|
com.atlassian.jira.dev.jql.function | |
com.atlassian.jira.dev.reference.plugin.jql | |
com.atlassian.jira.jql.operand | |
com.atlassian.jira.plugin.jql.function |
Modifier and Type | Class and Description |
---|---|
class |
EchoFunction
Simple function that simply echos its input parameters as its output parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
EchoJqlFunction
Echoes the the string passed in as an argument.
|
Modifier and Type | Field and Description |
---|---|
protected JqlFunction |
FunctionOperandHandler.jqlFunction |
Modifier and Type | Method and Description |
---|---|
JqlFunction |
FunctionOperandHandler.getJqlFunction() |
Constructor and Description |
---|
FunctionOperandHandler(JqlFunction jqlFunction,
I18nHelper i18nHelper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDateFunction
Function that produces the end of the month as the value.
|
class |
AbstractIssueTypeFunction
Base class for issue type functions.
|
class |
AbstractJqlFunction
A useful base implementation of the
JqlFunction interface, that
provides sensible default behaviour for the AbstractJqlFunction.init(JqlFunctionModuleDescriptor) , AbstractJqlFunction.getFunctionName()
and AbstractJqlFunction.isList() methods. |
class |
AbstractUserBasedFunction
This is an abstract parent to user based functions that rely on returning a list of a list of QueryLiteral based on either the current user or
a user passed as a parameter.
|
class |
AbstractUserCapabilityFunction
This is an abstract parent to user based functions that rely on returning a list of a list of QueryLiteral based on
either the current user or a user passed as a parameter.
|
class |
AbstractVersionsFunction
An abstract class for the versions system field flag functions
|
class |
AllReleasedVersionsFunction
Function that produces released versions for any specified projects (or all released versions if no project is
specified).
|
class |
AllStandardIssueTypesFunction
Function that produces all the standard issue types
|
class |
AllSubIssueTypesFunction
Function that produces all the sub-task issue types.
|
class |
AllUnreleasedVersionsFunction
Function that produces released versions for any specified projects (or all released versions if no project is
specified).
|
class |
CascadeOptionFunction
A function that allows the user to select children of a specific parent option for cascading select fields.
|
class |
ComponentsLeadByUserFunction
This function returns a list of components lead by a user.
|
class |
CurrentLoginFunction
Return the date of the last login for the current user.
|
class |
CurrentUserFunction
Creates a value that is the current search user.
|
class |
EarliestUnreleasedVersionFunction
Function that produces the last released version for any specified projects.
|
class |
EndOfDayFunction
Function that produces the end of the day as the value.
|
class |
EndOfMonthFunction
Function that produces the end of the month as the value.
|
class |
EndOfWeekFunction
Function that produces the end of the week as the value.
|
class |
EndOfYearFunction
Function that produces the end of the year as the value.
|
class |
IssueHistoryFunction
A handler for the "issueHistory" function.
|
class |
LastLoginFunction
Return the date of the previous login for the current user.
|
class |
LatestReleasedVersionFunction
Function that produces the last released version for any specified projects.
|
class |
LinkedIssuesFunction
Returns the issue ids of issues linked to the specified issue which the user can see.
|
class |
MembersOfFunction
Performs the validation and value generation for the MembersOf function.
|
class |
NowFunction
Function that produces the current date as the value.
|
class |
ProjectsLeadByUserFunction
This function returns a list of projects lead by a user.
|
class |
ProjectsWhereUserHasPermissionFunction
This function returns a list of projects where the user has the requested permission.
|
class |
ProjectsWhereUserHasRoleFunction
This function returns a list of projects where the user has the requested permission.
|
class |
RemoteLinksByGlobalIdFunction
Returns the issue ids of issues that are associated with remote links with any of the given global ids.
|
class |
StartOfDayFunction
Function that produces the end of the day as the value.
|
class |
StartOfMonthFunction
Function that produces the end of the month as the value.
|
class |
StartOfWeekFunction
Function that produces the end of the week as the value.
|
class |
StartOfYearFunction
Function that produces the end of the year as the value.
|
class |
VotedIssuesFunction
Returns the issue ids of the voted issues for the current user.
|
class |
WatchedIssuesFunction
Returns the issue ids of the watched issues for the current user.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.