Package | Description |
---|---|
com.atlassian.jira.dev.customfields | |
com.atlassian.jira.dev.reference.plugin.fields | |
com.atlassian.jira.issue.customfields.impl |
Modifier and Type | Class and Description |
---|---|
class |
FuncTestTextAreaCFType |
Modifier and Type | Class and Description |
---|---|
class |
TextAreaNoValidationCFType |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiCFType<S>
Abstract class for Multi-select Custom field types.
|
class |
AbstractMultiSettableCFType<T,S>
Deprecated.
Implement the methods on
MultipleSettableCustomFieldType yourself. Since v5.0.
Also, consider extending AbstractSingleFieldType or AbstractMultiCFType for other benefits |
class |
AbstractSingleFieldType<T>
An abstract class that simplifies creating a CustomField that stores
a single values via ofbiz.
|
class |
CalculatedCFType<T,S>
A CustomFieldType which is calculated rather than set.
|
class |
CascadingSelectCFType
Cascading Select Custom Field Type allows for multiple dependent select lists.
|
class |
DateCFType
Custom Field to allow setting of a Date
|
class |
DateTimeCFType
Custom Field allowing setting of a full Date and Time.
|
class |
GenericTextCFType
A CustomFieldType where data is stored and displayed as a single String
By default it will only have a Limited Text Field for storage (if you need bigger override
GenericTextCFType.getDatabaseType() ) |
class |
ImportIdLinkCFType |
class |
LabelsCFType
Labels Custom field
|
class |
MultiGroupCFType
Multiple User Group Select Type
|
class |
MultiSelectCFType
Multiple Select Type allows selecting of multiple
Option s |
class |
MultiUserCFType
Multiple User Type allows selection of multiple users.
|
class |
NumberCFType
|
class |
ProjectCFType
Custom Field Type to select a
Project on this JIRA instance. |
class |
ReadOnlyCFType |
class |
RenderableTextCFType
This custom field type returns true for its isRenderable method and is meant to
represent a text custom field type that is renderable.
|
class |
SelectCFType
Select Custom Field Type allows selecting of a single
Option . |
class |
StringCFType
Deprecated.
Use
GenericTextCFType instead. Since v5.0. |
class |
TextAreaCFType |
class |
TextCFType
Deprecated.
Use
GenericTextCFType instead. Since v5.0. |
class |
URLCFType |
class |
UserCFType
Custom Field allow selection of a single
ApplicationUser . |
class |
VersionCFType
Custom Field Type to select multiple
Version s. |
Modifier and Type | Method and Description |
---|---|
X |
AbstractCustomFieldType.Visitor.visit(AbstractCustomFieldType customFieldType) |
Copyright © 2002-2021 Atlassian. All Rights Reserved.