public interface IssueChangeHolder
Modifier and Type | Method and Description |
---|---|
void |
addChangeItem(ChangeItemBean changeItemBean)
Convenience method for adding a single ChangeItemBean to the list of change items.
|
void |
addChangeItems(List<ChangeItemBean> changeItems)
Add the provided list of change items to the current change items.
|
List<ChangeItemBean> |
getChangeItems()
Get all the change items registered with this object.
|
Comment |
getComment()
Get the comment associated with this group of changes.
|
boolean |
isSubtasksUpdated()
Returns true if any subtasks of this issue where updated and therefore need to be re-indexed.
|
void |
setChangeItems(List<ChangeItemBean> changeItems)
Set the change items of this object to the provided param.
|
void |
setComment(Comment comment)
Set the comment associated with this change.
|
void |
setSubtasksUpdated(boolean subtasksUpdated)
Sets whether or not subtasks have been updated.
|
List<ChangeItemBean> getChangeItems()
void setChangeItems(List<ChangeItemBean> changeItems)
changeItems
- to set on this objectvoid addChangeItems(List<ChangeItemBean> changeItems)
changeItems
- to add to this objects change itemsvoid addChangeItem(ChangeItemBean changeItemBean)
changeItemBean
- the changeItemBean to addvoid setComment(Comment comment)
comment
- the CommentComment getComment()
Comment
that represents the comment for this group of changes.boolean isSubtasksUpdated()
void setSubtasksUpdated(boolean subtasksUpdated)
subtasksUpdated
- true if this issue's subtasks have been updated.Copyright © 2002-2021 Atlassian. All Rights Reserved.