Package | Description |
---|---|
com.atlassian.jira.bulkedit | |
com.atlassian.jira.bulkedit.operation | |
com.atlassian.jira.issue.operation | |
com.atlassian.jira.web.action.issue.bulkedit |
Modifier and Type | Method and Description |
---|---|
ProgressAwareBulkOperation |
DefaultBulkOperationManager.getProgressAwareOperation(String operationName) |
ProgressAwareBulkOperation |
BulkOperationManager.getProgressAwareOperation(String operationName)
Returns a
BulkOperation object registered with corresponding name |
Modifier and Type | Method and Description |
---|---|
protected Map<String,ProgressAwareBulkOperation> |
DefaultBulkOperationManager.getBulkOperationsMap() |
Collection<ProgressAwareBulkOperation> |
DefaultBulkOperationManager.getProgressAwareBulkOperations() |
Collection<ProgressAwareBulkOperation> |
BulkOperationManager.getProgressAwareBulkOperations()
Returns all available
BulkOperation objects |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBulkOperationManager.addProgressAwareBulkOperation(String operationName,
Class<? extends ProgressAwareBulkOperation> componentClass) |
void |
BulkOperationManager.addProgressAwareBulkOperation(String operationName,
Class<? extends ProgressAwareBulkOperation> componentClass)
Add a new operation using the given class
|
Modifier and Type | Interface and Description |
---|---|
interface |
BulkMoveOperation
Operation for moving parent issues and their sub-tasks from one or many contexts to a single target
context.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkDeleteOperation |
class |
BulkEditOperation |
class |
BulkMigrateOperation
Operation to Move issues from differing contexts to multiple target contexts.
|
class |
BulkMoveOperationImpl
Operation for moving parent and their sub-takks issues from one or many contexts to a single target
context.
|
class |
BulkUnwatchOperation
Represents an operation able to make an
user no longer the watcher on
the list of selected issues in a BulkEditBean . |
class |
BulkWatchOperation
Represents an operation able to make an
user the watcher on the list of selected issues in a
BulkEditBean . |
class |
BulkWorkflowTransitionOperation |
Modifier and Type | Class and Description |
---|---|
class |
BulkTransitionIssueOperation |
Constructor and Description |
---|
BulkTransitionIssueOperation(ProgressAwareBulkOperation operation,
com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor) |
Modifier and Type | Method and Description |
---|---|
ProgressAwareBulkOperation |
BulkDelete.getBulkDeleteOperation() |
ProgressAwareBulkOperation |
AbstractBulkWatchOperationAction.getGenericBulkWatchOperation() |
Modifier and Type | Method and Description |
---|---|
Collection<ProgressAwareBulkOperation> |
BulkChooseOperation.getBulkOperations() |
Modifier and Type | Method and Description |
---|---|
boolean |
BulkChooseOperation.isCanPerform(ProgressAwareBulkOperation bulkOperation) |
protected String |
AbstractBulkOperationDetailsAction.submitBulkOperationTask(BulkEditBean bulkEditBean,
ProgressAwareBulkOperation operation,
String taskName) |
Constructor and Description |
---|
BulkEditCallable(org.apache.log4j.Logger log,
I18nHelper i18nHelper,
ProgressAwareBulkOperation bulkOperation,
BulkEditBean bulkEditBean,
ApplicationUser user) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.