java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.DefaultCustomFieldFactory |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
CustomField , which is a copy of the given one. | |||||||||||
Creates a new instance of
CustomField . |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
Creates a new instance of CustomField
, which is a copy of the given one.
customField | The CustomField to copy from. |
---|
CustomField
, copied from the given one.
Creates a new instance of CustomField
.
genericValue | A GenericValue that represents the custom field. |
---|
CustomField
, created from the given generic value.