com.atlassian.greenhopper.web.rapid.issue.fields
Interface ComplexEditableField
- All Superinterfaces:
- Field
- All Known Implementing Classes:
- RemainingEstimateField
public interface ComplexEditableField
- extends Field
A field which can be edited, but in contrast to SimpleEditableField, this field cannot just be updated using
IssueUpdateService.
- Author:
- mtokar
|
Method Summary |
ServiceOutcome<java.lang.Void> |
updateField(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
java.lang.String newValue)
Field will update the issue itself to the new value. |
updateField
@NotNull
ServiceOutcome<java.lang.Void> updateField(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
java.lang.String newValue)
- Field will update the issue itself to the new value.
- Parameters:
user - the user performing the updateissue - the issue to be updatednewValue - the new value
- Returns:
- the outcome - may contain errors
Copyright © 2007-2012 Atlassian. All Rights Reserved.