| java.lang.Object | |
| ↳ | com.atlassian.jira.web.bean.MultiBulkMoveBeanImpl |
Implementation of MultiBulkMoveBean.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.web.bean.MultiBulkMoveBean
| |||||||||||
Initialises this MultiBulkMoveBean given a list of issues.
If this MultiBulkMoveBean links a BulkEditBean with parent issues to BulkEditBeans with subtasks, then include the parent BulkEditBean in the parentBulkEditBean parameter. Otherwise you can pass null.
| issues | Issues for this MultiBulkMoveBean. |
|---|---|
| parentBulkEditBean | If this MultiBulkMoveBean represents subtasks, then this is the BulkEditBean that contains the parents of the subtasks, otherwise null. |
This method will remap the current BulkEditBean Map to be keyed by the target
IssueContext rather than the originating IssueContext.