Interface DeleteVersionWithReplacementsParameterBuilder
- All Known Implementing Classes:
DeleteVersionWithReplacementsParametrsBuilderImpl
@PublicApi
@ExperimentalApi
public interface DeleteVersionWithReplacementsParameterBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build parameters formoveAffectedIssuesTo
(Version moveAffectedIssuesTo) Set version that will replace given version in 'affects verision' fieldmoveCustomFieldTo
(long customFieldId, Version moveCustomFieldTo) Set version that will replace given version in given custom fieldmoveFixIssuesTo
(Version moveFixIssuesTo) Set version that will replace given version in 'fix verision' field
-
Method Details
-
moveFixIssuesTo
Set version that will replace given version in 'fix verision' field- Parameters:
moveFixIssuesTo
- version that will replace given version in fix version, can be null in which case version will be remove from field
-
moveAffectedIssuesTo
DeleteVersionWithReplacementsParameterBuilder moveAffectedIssuesTo(@Nullable Version moveAffectedIssuesTo) Set version that will replace given version in 'affects verision' field- Parameters:
moveAffectedIssuesTo
- version that will replace given version in 'affects version', can be null in which case version will be remove from field
-
moveCustomFieldTo
DeleteVersionWithReplacementsParameterBuilder moveCustomFieldTo(long customFieldId, @Nullable Version moveCustomFieldTo) Set version that will replace given version in given custom field- Parameters:
customFieldId
- custom field identifier where this version will be replacedmoveCustomFieldTo
- version that will replace given version in custom field, can be null in which case version will be remove from field
-
build
Build parameters for
-