|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cert.cc.jira.CustomFieldFactoryImpl
public final class CustomFieldFactoryImpl
CustomFieldFactoryImpl handles JIRA Custom Fields
© 2012 Carnegie Mellon University
Constructor Summary | |
---|---|
CustomFieldFactoryImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomFieldFactoryImpl()
Method Detail |
---|
public String updateCustomFieldOnIssue(CustomField cf, MutableIssue issue, String value)
updateCustomFieldOnIssue
in interface CustomFieldFactory
cf
- - {@link CustomField)issue
- - MutableIssue
value
- - String
value to put into the custom field.public boolean fieldExistsByName(String name)
fieldExistsByName
in interface CustomFieldFactory
public CustomField getCustomField(String name)
getCustomField
in interface CustomFieldFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |