@PublicApi
@ExperimentalApi
public interface DeleteVersionWithReplacementsParameterBuilder
Modifier and Type | Method and Description |
---|---|
DeleteVersionWithCustomFieldParameters |
build()
Build parameters for
|
DeleteVersionWithReplacementsParameterBuilder |
moveAffectedIssuesTo(Version moveAffectedIssuesTo)
Set version that will replace given version in 'affects verision' field
|
DeleteVersionWithReplacementsParameterBuilder |
moveCustomFieldTo(long customFieldId,
Version moveCustomFieldTo)
Set version that will replace given version in given custom field
|
DeleteVersionWithReplacementsParameterBuilder |
moveFixIssuesTo(Version moveFixIssuesTo)
Set version that will replace given version in 'fix verision' field
|
DeleteVersionWithReplacementsParameterBuilder moveFixIssuesTo(@Nullable Version moveFixIssuesTo)
moveFixIssuesTo
- version that will replace given version in fix version, can be null in which
case version will be remove from fieldDeleteVersionWithReplacementsParameterBuilder moveAffectedIssuesTo(@Nullable Version moveAffectedIssuesTo)
moveAffectedIssuesTo
- version that will replace given version in 'affects version', can be null in which
case version will be remove from fieldDeleteVersionWithReplacementsParameterBuilder moveCustomFieldTo(long customFieldId, @Nullable Version moveCustomFieldTo)
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 fieldDeleteVersionWithCustomFieldParameters build()
Copyright © 2002-2019 Atlassian. All Rights Reserved.