Modifier and Type | Interface and Description |
---|---|
interface |
UniversalAvatarsService
Service to manipulate avatars of different types.
|
Modifier and Type | Class and Description |
---|---|
class |
DashboardItemPropertyHelper |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryCache
The query cache is a request level cache that stores the result of expensive query operations.
|
class |
QueryContextConverter
A utlility class for converting a
QueryContext into a SearchContext . |
Modifier and Type | Interface and Description |
---|---|
interface |
DateTimeFormatter
Interface for JIRA date time formatters.
|
interface |
DateTimeFormatterFactory
This factory is used to create
DateTimeFormatter instances within JIRA. |
Modifier and Type | Interface and Description |
---|---|
interface |
OnCommitEventManager
Allow to publish
OnCommitEvent and OnCommitIssueEventBundle events, that if inside a transaction will
not actually be published until the transaction has finished. |
Modifier and Type | Interface and Description |
---|---|
interface |
TempFileFactory
A SessionTempFile monitor for managing deletion of temporary files.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCustomFieldInputHelper
Default implementation of
CustomFieldInputHelper |
Modifier and Type | Interface and Description |
---|---|
interface |
JiraBaseUrls
A simple component for getting the base url of the app
|
Modifier and Type | Interface and Description |
---|---|
interface |
IssueIndexingService
Provides services related to the indexing of issue data.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusSearcher |
Modifier and Type | Class and Description |
---|---|
class |
SearchPropertiesManager
Manages storing search requests ("session" search) in user properties.
|
Modifier and Type | Class and Description |
---|---|
class |
InlineIssuePropertySetter
This helper component allows issue create / update to "inline" set issue properties
at the time of the operation (versus afterwards via the Issue Properties API)
|
Modifier and Type | Class and Description |
---|---|
static class |
DeMorgansVisitor.DeMorgansVisitorFactory |
static class |
WorklogClausesTransformerVisitor.Factory |
Modifier and Type | Class and Description |
---|---|
class |
AllTextClauseContextFactory
Calculates the context of the "all text" clause.
|
class |
FieldConfigSchemeClauseContextUtil
A utlitilty class for generating the clause context specified by
a
FieldConfigScheme , taking
into account what is visible to the searcher. |
static class |
IssueIdClauseContextFactory.Factory |
class |
IssueParentClauseContextFactory
A context factory for issue parent clauses.
|
static class |
IssueSecurityLevelClauseContextFactory.Creator
Convenience factory class for instantiating
IssueSecurityLevelClauseContextFactory
so that we don't need to move all the dependencies around. |
class |
ProjectCategoryClauseContextFactory
Generates a
ClauseContext for a project category clause based on the specified
project values and the projects that the user has permission to see. |
static class |
QueryContextVisitor.QueryContextVisitorFactory
Constructs an instance of
QueryContextVisitor for use. |
class |
SavedFilterClauseContextFactory
A Clause context factory for saved filters.
|
class |
SimpleClauseContextFactory
A Clause context factory that returns a
ClauseContext with
all issue types and all projects. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJqlOperandResolver
Default implementation of the
JqlOperandResolver interface. |
Modifier and Type | Interface and Description |
---|---|
static interface |
CustomFieldClausePermissionChecker.Factory |
static interface |
FieldClausePermissionChecker.Factory |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentClauseQueryFactory
Factory for producing clauses for the attachments.
|
static class |
ContextAwareQueryVisitor.ContextAwareQueryVisitorFactory |
class |
CurrentEstimateClauseQueryFactory
Factory for producing clauses for the
TimeEstimateSystemField . |
class |
DefaultLuceneQueryBuilder
Creates a Lucene Query from a JQL clause.
|
class |
IssueIdClauseQueryFactory
A
ClauseQueryFactory for the "Issue Key" JQL clause. |
class |
IssueParentClauseQueryFactory
A
ClauseQueryFactory for the "Issue Parent" JQL clause. |
class |
IssueSecurityLevelClauseQueryFactory
A query factory that will generate a query for a issue security levels.
|
interface |
LuceneQueryBuilder
Converts a JQL query into an lucene query for searching JIRA lucene index.
|
class |
OriginalEstimateClauseQueryFactory
Factory for producing clauses for the
OriginalEstimateSystemField . |
class |
ProjectCategoryClauseQueryFactory
Generates queries for the Project Category clause.
|
class |
QueryVisitor
Used to generate the Lucene query from a
Query . |
static class |
QueryVisitor.QueryVisitorFactory |
class |
SavedFilterClauseQueryFactory
A query factory that will generate a query for a saved filter.
|
class |
StatusCategoryClauseQueryFactory
Generates queries for the Status Category clause.
|
class |
TimeSpentClauseQueryFactory
Factory for producing clauses for the
TimeSpentSystemField . |
class |
VoterClauseQueryFactory
Factory for producing clauses for the voters.
|
class |
VotesClauseQueryFactory
Factory for producing clauses for the
VotesSystemField . |
class |
WatcherClauseQueryFactory
Factory for producing clauses for the watchers.
|
class |
WatchesClauseQueryFactory
Factory for producing clauses for the
WatchesSystemField . |
class |
WorklogQueryExecutor
Component that can execute queries against the worklog index
and return issue ids associated with the returned worklog documents.
|
class |
WorkRatioClauseQueryFactory
Creates queries for
WorkRatioSystemField clauses. |
Modifier and Type | Class and Description |
---|---|
class |
IssueSecurityLevelResolver
Resolves Issue Security Levels for the specified user.
|
class |
ProjectCategoryResolver
A class for resolving
QueryLiteral s into project categories and projects. |
class |
ProjectResolver
Resolves Project objects and ids from their names.
|
interface |
ResolverManager
Link Fields to their (JQL) NameResolver
|
Modifier and Type | Class and Description |
---|---|
class |
JqlCascadingSelectLiteralUtil
Utility class for processing
QueryLiteral objects when dealing with
CascadingSelectCFType custom field classes. |
interface |
JqlIssueKeySupport
Provide JQL with some helper functions when dealing with Issue Keys.
|
class |
JqlIssueKeySupportImpl
Default implementation of the
JqlIssueKeySupport interface. |
class |
JqlSelectOptionsUtil
Contains utility methods for processing select option clauses
|
class |
JqlTimetrackingDurationSupportImpl
The default implementation of
JqlTimetrackingDurationSupport |
class |
VotesIndexValueConverter
Converts a query literal into the votes index representation.
|
class |
WatchesIndexValueConverter
Converts a query literal into the watches index representation.
|
Modifier and Type | Class and Description |
---|---|
class |
CurrentEstimateValidator
Current Estimate validator
|
class |
DefaultOrderByValidator |
class |
IssueIdValidator
Clause validator for the "IssueKey" clause.
|
class |
IssueParentValidator
Clause validator for the "Issue Parent" clause.
|
class |
IssueSecurityLevelClauseValidator
A validator that checks to see if an issue security level exists and is visible to the user creating the search.
|
class |
OriginalEstimateValidator
Original Estimate validator
|
class |
ProjectCategoryValidator
A validator that checks to see if a project category exists.
|
class |
SavedFilterCycleDetector
Runs through a saved filter to determine if there is any self-reference anywhere in the nested filter.
|
class |
StatusCategoryValidator
A validator that checks to see if a status category exists.
|
class |
TimeSpentValidator
Time Spent validator
|
class |
VotesValidator
Votes clause validator
|
class |
WatchesValidator
Watches clause validator
|
class |
WorkRatioValidator
Validates Work Ratio clauses -- these can only take integers
|
Modifier and Type | Class and Description |
---|---|
class |
IssueLinkTypesClauseValuesGenerator
Gets all labels for the user link types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MailImageInliner
A component to use when required to construct an email body from HTML that may contain inlined images.
|
Modifier and Type | Class and Description |
---|---|
class |
MailAttachmentsManagerFactory
A factory that should be used for creating
MailAttachmentsManager . |
Modifier and Type | Interface and Description |
---|---|
interface |
ReportSubTaskFetcher
Responsible for getting SubTasks for parent Issues.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingJiraHomeTemplateContentLoaderImpl
The purpose of this class is to cache all the contents of files loaded from Jira Home templates directory.
|
class |
DefaultTemplateValidationConfigProvider |
class |
JiraHomeTemplateContentLoaderImpl
The purpose of this class is to read template files which are placed in JiraHome/data directory.
|
interface |
VelocityTemplatingEngine
Represents a fluent, easy-to-use façade over the
VelocityEngine used by the JIRA web
application. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBuildVersionRegistry
Default implementation which looks up the known versions from the file build-versions.properties.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentLocator
A locator that allows components to be looked up at runtime.
|
interface |
I18nHelper
I18nHelper is the main interface for finding internationalised text in JIRA.
|
interface |
LuceneDirectoryUtils |
interface |
OrderByRequestParser
A component that can parse raw strings into
OrderByRequest objects. |
interface |
VelocityParamFactory
Factory that can create default Velocity Parameters for use in Velocity templates.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VelocityRequestContextFactory
Provides a request context that can be used to get the 'correct' baseurl.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomFieldContextConfigHelperImpl |
Modifier and Type | Class and Description |
---|---|
class |
FieldLayoutSchemeHelperImpl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSessionSearchObjectManagerFactory
Deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This class will be removed in 8.0.
|
interface |
SessionSearchObjectManagerFactory
Deprecated.
since 7.1 Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkflowsRepository
Provides a collection like interface over the underlying
JiraWorkflow persistance implementation. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultWorkflowCopyNameFactory |
interface |
WorkflowCopyNameFactory
Creates the name to be used for a copy of a given workflow.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LuceneQueryParserFactory
A factory to obtain a Lucene
QueryParser instance. |
Copyright © 2002-2022 Atlassian. All Rights Reserved.