|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IssueChangeHolder
This defines a simple object that can contain the changes that have occurred to an issue.
Method Summary | |
---|---|
void |
addChangeItem(ChangeItemBean changeItemBean)
Convience method for adding a single ChangeItemBean to the list of change items. |
void |
addChangeItems(List changeItems)
Add the provided list of change items to the current change items. |
List |
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 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. |
Method Detail |
---|
List getChangeItems()
void setChangeItems(List changeItems)
changeItems
- to set on this objectvoid addChangeItems(List changeItems)
changeItems
- to add to this objects change itemsvoid addChangeItem(ChangeItemBean changeItemBean)
changeItemBean
- void setComment(Comment comment)
comment
- Comment 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |