ProgressAwareBulkOperation
@PublicSpi public interface BulkOperation extends IssueOperation
Bulk operations are added by plugins via BulkOperationManager.addBulkOperation(java.lang.String, java.lang.Class<? extends com.atlassian.jira.bulkedit.operation.BulkOperation>)
.
BulkOperationManager
Modifier and Type | Method and Description |
---|---|
boolean |
canPerform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser)
Deprecated.
Determines whether the operation can be performed with the given set of issues
|
String |
getCannotPerformMessageKey()
Deprecated.
An i18n key to be used to render the error message to be displayed when the user can not perform this bulk
operation.
|
String |
getOperationName()
Deprecated.
Returns the "operation name".
|
void |
perform(BulkEditBean bulkEditBean,
ApplicationUser remoteUser)
Deprecated.
Performs the operation on the given set of issues
|
getDescriptionKey, getNameKey
boolean canPerform(BulkEditBean bulkEditBean, ApplicationUser remoteUser)
BulkEditBean.getSelectedIssues()
void perform(BulkEditBean bulkEditBean, ApplicationUser remoteUser) throws Exception
Exception
String getOperationName()
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
String getCannotPerformMessageKey()
Copyright © 2002-2019 Atlassian. All Rights Reserved.