public class

AffectedVersionsRestFieldOperationsHandler

extends AbstractVersionsRestFieldOperationsHandler
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler<T>
     ↳ com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
       ↳ com.atlassian.jira.issue.fields.rest.AffectedVersionsRestFieldOperationsHandler

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler
Public Constructors
AffectedVersionsRestFieldOperationsHandler(VersionManager versionManager, I18nHelper i18nHelper)
Protected Methods
void finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors)
takes the valuye returnd by a call to applyOperation() and puts it into the inputparams
String getFieldName()
List<String> getInitialValue(Issue issue, ErrorCollection errors)
compute the "currentValue" to be passed to applyOperation()
[Expand]
Inherited Methods
From class com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
From class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.rest.RestFieldOperationsHandler

Public Constructors

public AffectedVersionsRestFieldOperationsHandler (VersionManager versionManager, I18nHelper i18nHelper)

Protected Methods

protected void finaliseOperation (Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors)

takes the valuye returnd by a call to applyOperation() and puts it into the inputparams

protected String getFieldName ()

protected List<String> getInitialValue (Issue issue, ErrorCollection errors)

compute the "currentValue" to be passed to applyOperation()