Class FixForVersionsRestFieldOperationsHandler
java.lang.Object
com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler<Collection<String>>
com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
com.atlassian.jira.issue.fields.rest.FixForVersionsRestFieldOperationsHandler
- All Implemented Interfaces:
RestFieldOperationsHandler
public class FixForVersionsRestFieldOperationsHandler
extends AbstractVersionsRestFieldOperationsHandler
- Since:
- v5.0
-
Field Summary
Fields inherited from class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler
i18nHelper -
Constructor Summary
ConstructorsConstructorDescriptionFixForVersionsRestFieldOperationsHandler(VersionManager versionManager, I18nHelper i18nHelper) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) takes the valuye returnd by a call to applyOperation() and puts it into the inputparamsprotected StringgetInitialValue(Issue issue, ErrorCollection errors) compute the "currentValue" to be passed to applyOperation()Methods inherited from class com.atlassian.jira.issue.fields.rest.AbstractVersionsRestFieldOperationsHandler
getInitialCreateValue, getSupportedOperations, handleAddOperation, handleRemoveOperation, handleSetOperation, toVersionIdsMethods inherited from class com.atlassian.jira.issue.fields.rest.AbstractFieldOperationsHandler
applyOperation, toLongIds, updateIssueInputParameters
-
Constructor Details
-
FixForVersionsRestFieldOperationsHandler
public FixForVersionsRestFieldOperationsHandler(VersionManager versionManager, I18nHelper i18nHelper)
-
-
Method Details
-
getFieldName
- Specified by:
getFieldNamein classAbstractVersionsRestFieldOperationsHandler
-
getInitialValue
Description copied from class:AbstractFieldOperationsHandlercompute the "currentValue" to be passed to applyOperation()- Specified by:
getInitialValuein classAbstractFieldOperationsHandler<Collection<String>>
-
finaliseOperation
protected void finaliseOperation(Collection<String> finalValue, IssueInputParameters parameters, ErrorCollection errors) Description copied from class:AbstractFieldOperationsHandlertakes the valuye returnd by a call to applyOperation() and puts it into the inputparams- Specified by:
finaliseOperationin classAbstractFieldOperationsHandler<Collection<String>>
-