com.atlassian.jira.issue.util.IssueChangeHolder |
![]()
|
This defines a simple object that can contain the changes that have occurred to an issue.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Convenience method for adding a single ChangeItemBean to the list of change items.
| |||||||||||
Add the provided list of change items to the current change items.
| |||||||||||
Get all the change items registered with this object.
| |||||||||||
Get the comment associated with this group of changes.
| |||||||||||
Returns true if any subtasks of this issue where updated and therefore need to be re-indexed.
| |||||||||||
Set the change items of this object to the provided param.
| |||||||||||
Set the comment associated with this change.
| |||||||||||
Sets whether or not subtasks have been updated.
|
Convenience method for adding a single ChangeItemBean to the list of change items.
changeItemBean | the changeItemBean to add |
---|
Add the provided list of change items to the current change items.
changeItems | to add to this objects change items |
---|
Get all the change items registered with this object.
Get the comment associated with this group of changes.
Comment
that represents the comment for this group of changes.
Returns true if any subtasks of this issue where updated and therefore need to be re-indexed. Currently this is only necessary when changing the issue level security on a parent (as the subtask has to have the same security level as the parent).
Set the change items of this object to the provided param.
changeItems | to set on this object |
---|
Set the comment associated with this change.
comment | the Comment |
---|
Sets whether or not subtasks have been updated.
subtasksUpdated | true if this issue's subtasks have been updated. |
---|