java.lang.Object | ||
↳ | com.atlassian.jira.bulkedit.operation.AbstractBulkOperation | |
↳ | com.atlassian.jira.bulkedit.operation.BulkDeleteOperation |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | NAME | ||||||||||
String | NAME_KEY |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
log |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether the operation can be performed with the given
set of issues
| |||||||||||
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk
operation.
| |||||||||||
An i18n key used to display a short description of this operation in the UI.
| |||||||||||
Returns the "operation name".
| |||||||||||
Performs the operation on the given set of issues
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.bulkedit.operation.BulkOperation
| |||||||||||
From interface
com.atlassian.jira.issue.operation.IssueOperation
|
Determines whether the operation can be performed with the given set of issues
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk operation.
An i18n key used to display a short description of this operation in the UI. e.g " Watch Issues "
Returns the "operation name".
This is used to build up the name of the action
used to render the details screen
in the bulk change UI.
The action name that is generated as operationName + "Details.jspa"
. See BulkChooseOperation
for details
RemoveException |
---|
Performs the operation on the given set of issues
RemoveException |
---|