com.atlassian.greenhopper.web.rapid.issue.fields
Interface SimpleEditableFieldEntryFactory
- All Superinterfaces:
- FieldEntryFactory
- All Known Implementing Classes:
- DescriptionFieldEntryFactory, EpicStatusFieldEntryFactory, NumberCustomFieldEntryFactory, SummaryFieldEntryFactory, TextCustomFieldEntryFactory
public interface SimpleEditableFieldEntryFactory
- extends FieldEntryFactory
A FieldEntryFactory
which can be edited simply using JIRA's IssueService
(but we
actually use IssueUpdateService
under the covers.
- Author:
- mtokar
Method Summary |
void |
addIssueInputParameters(com.atlassian.jira.issue.IssueInputParametersImpl issueInputParameters,
java.lang.String newValue)
Modify the parameters accordingly to register this field's update. |
addIssueInputParameters
void addIssueInputParameters(com.atlassian.jira.issue.IssueInputParametersImpl issueInputParameters,
java.lang.String newValue)
- Modify the parameters accordingly to register this field's update.
- Parameters:
issueInputParameters
- the parameters to modifynewValue
- the new value
Copyright © 2007-2013 Atlassian. All Rights Reserved.