| 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.
|
| 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).
|
| Class | Description |
|---|---|
| CloneOptionConfiguration |
Configures a clone option for a given custom field in the context of an issue.
|
| CustomFieldScope | |
| CustomFieldUtils | |
| DefaultCustomFieldValueProvider |
Default implementation of the
CustomFieldValueProvider |
| MultiSelectCustomFieldValueProvider |
Implementation of the
CustomFieldValueProvider for the MultiSelectSearcher |
| NumberRangeCustomFieldValueProvider |
An implementation of the
CustomFieldValueProvider
for retreiving number range values. |
| OperationContextImpl |
Copyright (c) 2002-2004
All rights reserved.
|
| ProjectCustomFieldValueProvider |
An implementation of the
CustomFieldValueProvider
for retreiving the project value. |
| SelectCustomFieldValueProvider |
Implementation of the
CustomFieldValueProvider for the MultiSelectSearcher |
| SingleValueCustomFieldValueProvider |
An implementation of the
CustomFieldValueProvider
for retreiving single values. |
| Enum | Description |
|---|---|
| CustomFieldTypeCategory |
A category for a custom field type.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.