|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomFieldFactory
CustomFieldFactory handles JIRA Custom Fields
© 2012 Carnegie Mellon University
| Method Summary | |
|---|---|
boolean |
fieldExistsByName(String name)
Returns if the field exists by name |
CustomField |
getCustomField(String name)
Returns the custom field itself |
String |
updateCustomFieldOnIssue(CustomField cf,
MutableIssue issue,
String value)
This will correctly set a single custom value field on a mutable issue that has not been persisted yet. |
| Method Detail |
|---|
String updateCustomFieldOnIssue(CustomField cf,
MutableIssue issue,
String value)
cf - - {@link CustomField)issue - - MutableIssuevalue - - String value to put into the custom field.boolean fieldExistsByName(String name)
CustomField getCustomField(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||