|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomField | |
|---|---|
| org.redmine.ta.beans | Redmine objects (Task, Project, User, Tracker, ...). |
| Uses of CustomField in org.redmine.ta.beans |
|---|
| Methods in org.redmine.ta.beans that return types with arguments of type CustomField | |
|---|---|
List<CustomField> |
Issue.getCustomFields()
list of Custom Field objects, NEVER NULL. |
| Method parameters in org.redmine.ta.beans with type arguments of type CustomField | |
|---|---|
void |
Issue.setCustomFields(List<CustomField> customFields)
NOTE: The custom field(s) must have correct database ID set to be saved to Redmine. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||