Package | Description |
---|---|
com.atlassian.jira.bc.project.version |
Modifier and Type | Method and Description |
---|---|
VersionService.MoveVersionValidationResult |
VersionService.validateDecreaseVersionSequence(com.atlassian.crowd.embedded.api.User user,
long versionId)
Validate Move a version to have a higher sequence number - ie make it later.
|
VersionService.MoveVersionValidationResult |
VersionService.validateIncreaseVersionSequence(com.atlassian.crowd.embedded.api.User user,
long versionId)
Validate Move a version to have a lower sequence number - ie make it earlier.
|
VersionService.MoveVersionValidationResult |
VersionService.validateMoveToEndVersionSequence(com.atlassian.crowd.embedded.api.User user,
long versionId)
Validate Move a version to the end of the version sequence.
|
VersionService.MoveVersionValidationResult |
VersionService.validateMoveToStartVersionSequence(com.atlassian.crowd.embedded.api.User user,
long versionId)
Validate Move a version to the start of the version list.
|
VersionService.MoveVersionValidationResult |
VersionService.validateMoveVersionAfter(com.atlassian.crowd.embedded.api.User user,
long versionId,
Long scheduleAfterVersion)
Validate Move a version after another version.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionService.decreaseVersionSequence(VersionService.MoveVersionValidationResult moveVersionValidationResult)
Move a version to have a higher sequence number - ie make it later.
|
void |
VersionService.increaseVersionSequence(VersionService.MoveVersionValidationResult moveVersionValidationResult)
Move a version to have a lower sequence number - ie make it earlier.
|
void |
VersionService.moveToEndVersionSequence(VersionService.MoveVersionValidationResult moveVersionValidationResult)
Move a version to the end of the version sequence.
|
void |
VersionService.moveToStartVersionSequence(VersionService.MoveVersionValidationResult moveVersionValidationResult)
Move a version to the start of the version list.
|
void |
VersionService.moveVersionAfter(VersionService.MoveVersionValidationResult moveVersionValidationResult)
Move a version after another version.
|
Copyright © 2002-2014 Atlassian. All Rights Reserved.