|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.greenhopper.customfield.CustomFieldServiceImpl
@Service(value="gh-customFieldService") public class CustomFieldServiceImpl
Field Summary |
---|
Fields inherited from interface com.atlassian.greenhopper.customfield.CustomFieldService |
---|
SERVICE |
Constructor Summary | |
---|---|
CustomFieldServiceImpl()
|
Method Summary | |
---|---|
void |
associateWithDefaultScreen(com.atlassian.jira.issue.fields.CustomField customField)
Associate the custom field with the default screen. |
com.atlassian.jira.issue.fields.CustomField |
createCustomField(CustomFieldMetadata fieldMetadata)
Create a new custom field in JIRA with the given configuration |
com.atlassian.jira.issue.fields.CustomField |
getCustomField(java.lang.Long id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomFieldServiceImpl()
Method Detail |
---|
public com.atlassian.jira.issue.fields.CustomField createCustomField(CustomFieldMetadata fieldMetadata)
CustomFieldService
createCustomField
in interface CustomFieldService
public com.atlassian.jira.issue.fields.CustomField getCustomField(java.lang.Long id)
getCustomField
in interface CustomFieldService
CustomField
instance for the given ID, or null if it doesn't existpublic void associateWithDefaultScreen(com.atlassian.jira.issue.fields.CustomField customField)
associateWithDefaultScreen
in interface CustomFieldService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |