| Package | Description |
|---|---|
| com.atlassian.jira.bulkedit | |
| com.atlassian.jira.bulkedit.operation |
| Modifier and Type | Method and Description |
|---|---|
BulkOperation |
DefaultBulkOperationManager.getOperation(String operationName) |
BulkOperation |
BulkOperationManager.getOperation(String operationName)
Deprecated.
Since 6.3.6 use
BulkOperationManager.getProgressAwareOperation(String) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BulkOperation> |
DefaultBulkOperationManager.getBulkOperations() |
Collection<BulkOperation> |
BulkOperationManager.getBulkOperations()
Deprecated.
Since 6.3.6 use
BulkOperationManager.getProgressAwareBulkOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBulkOperationManager.addBulkOperation(String operationName,
Class<? extends BulkOperation> componentClass) |
void |
BulkOperationManager.addBulkOperation(String operationName,
Class<? extends BulkOperation> componentClass)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBulkOperation
Deprecated.
Since 6.3.6 use
ProgressAwareBulkOperation |
Copyright © 2002-2017 Atlassian. All Rights Reserved.