| Package | Description |
|---|---|
| com.atlassian.jira.dev.reference.plugin.fields | |
| com.atlassian.jira.issue.customfields.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
TextAreaNoValidationCFType |
| Modifier and Type | Class and Description |
|---|---|
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 |
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 |
StringCFType
Deprecated.
Use
GenericTextCFType instead. Since v5.0. |
class |
TextAreaCFType |
class |
TextCFType
Deprecated.
Use
GenericTextCFType instead. Since v5.0. |
class |
URLCFType |
Copyright © 2002-2017 Atlassian. All Rights Reserved.