Uses of Class
org.redmine.ta.beans.CustomField

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.
 



Copyright © 2011. All Rights Reserved.