Package com.atlassian.jira.issue.customfields
package com.atlassian.jira.issue.customfields
-
ClassDescriptionConfigures a clone option for a given custom field in the context of an issue.The custom field searcher interface defines an
IssueSearcher
that's usable byCustomField
objects.CustomFieldType<T,S> This interface represents a particular type ofCustomField
.A category for a custom field type.Provides access to custom field values for the purpose of rendering with custom field searchers.Default implementation of theCustomFieldValueProvider
An interface that can be implemented by a custom field type.A type of custom field which provides the user with a specific set of options to choose from.Custom field which can have multiple Options to select from.Implementation of theCustomFieldValueProvider
for theMultiSelectSearcher
A custom field searcher will implement this interface if the custom field can be sorted but sorting requires multiple LuceneSortField
.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.An implementation of theCustomFieldValueProvider
for retreiving number range values.Copyright (c) 2002-2004 All rights reserved.This class is used to pass additional parameters to the ImmutableCustomField validation methods.An implementation of theCustomFieldValueProvider
for retreiving the project value.Date: 6/09/2004 Time: 18:22:00Implementation of theCustomFieldValueProvider
for theMultiSelectSearcher
An implementation of theCustomFieldValueProvider
for retreiving single values.Allow a custom field to be natively sortable in the Issue Navigator.A custom field searcher will implement this interface if the custom field can be sorted.Marker interface for custom field types that holds a text (single or multiline).