Interface | Description |
---|---|
CustomFieldSearcher |
The custom field searcher interface defines an
IssueSearcher that's usable by CustomField objects. |
CustomFieldType<T,S> |
This interface represents a particular type of
CustomField . |
CustomFieldValueProvider |
Provides access to custom field values for the purpose of rendering with custom field searchers.
|
GroupSelectorField |
An interface that can be implemented by a custom field type.
|
MultipleCustomFieldType<T,S> |
A type of custom field which provides the user with a specific set of options to choose from.
|
MultipleSettableCustomFieldType<T,S> |
Custom field which can have multiple Options to select from.
|
MultiSortableCustomFieldSearcher |
A custom field searcher will implement this interface if the custom field can be sorted but sorting requires multiple Lucene
SortField . |
NaturallyOrderedCustomFieldSearcher |
This interface indicates the values stored in the Lucene index for this searcher are naturally
ordered and as a result natural Lucene sorting can be used allowing for best sort performance.
|
NonnullCustomFieldProvider | Deprecated
since 8.12 use
CustomFieldPrefetchedData instead. |
OperationContext | |
ProjectImportLabelFieldParser | |
RequiresProjectSelectedMarker |
Date: 6/09/2004
Time: 18:22:00
|
SortableCustomField<T> |
Allow a custom field to be natively sortable in the Issue Navigator.
|
SortableCustomFieldSearcher |
A custom field searcher will implement this interface if the custom field can be sorted.
|
TextCustomFieldType |
Marker interface for custom field types that holds a text (single or multiline).
|
Enum | Description |
---|---|
CustomFieldTypeCategory |
A category for a custom field type.
|
CustomFieldTypes |
Copyright © 2002-2023 Atlassian. All Rights Reserved.