Package | Description |
---|---|
com.atlassian.jira.bulkedit.operation | |
com.atlassian.jira.web.action.issue.bulkedit | |
com.atlassian.jira.web.bean |
Modifier and Type | Class and Description |
---|---|
class |
BulkEditActionImpl |
class |
UnavailableBulkEditAction
Copyright (c) 2002-2004
All rights reserved.
|
Modifier and Type | Method and Description |
---|---|
BulkEditAction |
BulkWorkflowTransition.getCommentBulkEditAction() |
Modifier and Type | Method and Description |
---|---|
Collection<BulkEditAction> |
BulkWorkflowTransition.getEditActions(String fieldScreenTabName) |
Modifier and Type | Method and Description |
---|---|
Map<String,BulkEditAction> |
BulkEditBeanImpl.getActions() |
Map<String,BulkEditAction> |
BulkEditBean.getActions()
Deprecated.
Since 7.1. Storing this on the httpsession does not work for cloud. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
Modifier and Type | Method and Description |
---|---|
void |
BulkEditBeanImpl.setActions(Map<String,BulkEditAction> actions) |
void |
BulkEditBean.setActions(Map<String,BulkEditAction> actions)
Deprecated.
Since 7.1. Storing this on the httpsession does not work for cloud. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
|
Copyright © 2002-2017 Atlassian. All Rights Reserved.