Modifier and Type | Interface and Description |
---|---|
interface |
AffectedVersionsField |
interface |
ComponentsField |
interface |
ConfigurableField<V>
ConfigurableField are fields which have
FieldConfigItemType that can be stored for a given
JiraContextNode |
interface |
CustomField
Custom Field interface.
|
interface |
DefaultValueField<V>
ConfigurableField that adds support for default values. |
interface |
DependentField<V>
Defines fields that are dependent on another field
|
interface |
FixVersionsField |
interface |
IssueTypeField
Represents the IssueType System Field.
|
interface |
LabelsField |
interface |
OrderableField<V>
Interface for fields in JIRA which are able to be placed on "screens" - once they are on the screen they have an "order".
|
interface |
ProjectField
Represents the Project System Field.
|
interface |
SummaryField |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderableField<V> |
class |
AbstractOrderableNavigableFieldImpl<V>
Copyright (c) 2002-2004
All rights reserved.
|
class |
AbstractTextSystemField |
class |
AbstractUserFieldImpl
Base class for single user-based fields
|
class |
AbstractVersionsSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
AffectedVersionsSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ArchivedDateSystemField |
class |
ArchivedUserSystemField |
class |
AssigneeSystemField
Copyright (c) 2002-2004 All rights reserved.
|
class |
AttachmentSystemField |
class |
CommentSystemField
Defines a comment in Jira.
|
class |
ComponentsSystemField
A field implementation to render
ProjectComponent values. |
class |
CreatedSystemField |
class |
CreatorSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
DescriptionSystemField
Represents the field which renders an
Issue description. |
class |
DueDateSystemField |
class |
EnvironmentSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
FixVersionsSystemField
Copyright (c) 2002-2004 All rights reserved.
|
class |
ImmutableCustomField
Default CustomField implementation backed by the database (a GenericValue object).
|
class |
IssueLinksSystemField |
class |
IssueTypeSystemField |
class |
LabelsSystemField
A field implementation to render Labels.
|
class |
MockCustomField
Simple implementation of
CustomField for. |
class |
MockOrderableField<V>
A very simple
OrderableField field. |
class |
PrioritySystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ProjectSystemField
JIRA's project system field.
|
class |
ReporterSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
ResolutionDateSystemField
Stores the date an issue was resolved on.
|
class |
ResolutionSystemField |
class |
SecurityLevelSystemField |
class |
StatusSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
SummarySystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
TimeTrackingSystemField
The TimeTrackingSystemField is responsible for "maintaining" the 2 estimates values, namely Original Estimate and
Remaining Estimate.
|
class |
UpdatedSystemField
Copyright (c) 2002-2004
All rights reserved.
|
class |
WorklogSystemField
A field representation of logging work.
|
class |
WorkRatioSystemField |
Modifier and Type | Method and Description |
---|---|
Set<SearchableField> |
MockFieldManager.getAllSearchableFields() |
Set<SearchableField> |
DefaultFieldManager.getAllSearchableFields() |
Set<SearchableField> |
FieldManager.getAllSearchableFields()
Return all the searchable fields in the system.
|
Set<SearchableField> |
MockFieldManager.getSystemSearchableFields() |
Set<SearchableField> |
DefaultFieldManager.getSystemSearchableFields() |
Set<SearchableField> |
FieldManager.getSystemSearchableFields()
Return all the searchable systems fields.
|
Modifier and Type | Method and Description |
---|---|
SearchHandler |
SearchHandlerFactory.createHandler(SearchableField field)
Create the
SearchHandler using for the passed field. |
SearchHandler |
TextQuerySearchHandlerFactory.createHandler(SearchableField field) |
Modifier and Type | Interface and Description |
---|---|
interface |
IssueSearcher<T extends SearchableField>
The interface defines an object responsible for all search related activities in the Issue Navigator.
|
class |
MockIssueSearcher<T extends SearchableField>
A simple mock implementation of the
IssueSearcher interface for
testsing. |
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<SearchableField> |
AbstractInitializationSearcher.fieldReference |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInitializationSearcher.init(SearchableField field) |
void |
TextQuerySearcher.init(SearchableField field) |
void |
CommentQuerySearcher.init(SearchableField field) |
void |
EnvironmentQuerySearcher.init(SearchableField field) |
void |
SummaryQuerySearcher.init(SearchableField field) |
void |
DescriptionQuerySearcher.init(SearchableField field) |
Modifier and Type | Class and Description |
---|---|
class |
GenericSearcherInformation<T extends SearchableField>
Provides name and index information for the resolution searcher.
|
interface |
SearcherInformation<T extends SearchableField>
Identifies a searcher by name and provides a display name that is i18n'ed.
|
Modifier and Type | Class and Description |
---|---|
class |
MockSearcherInformation<T extends SearchableField>
Simple mock implementation of
SearcherInformation . |
Copyright © 2002-2022 Atlassian. All Rights Reserved.