CONTEXT
- action processing contextTARGET
- The input of this actionpublic interface BulkAction<CONTEXT extends BulkExecutionContext,TARGET>
Modifier and Type | Interface and Description |
---|---|
static class |
BulkAction.Result<CONTEXT extends BulkExecutionContext,TARGET> |
Modifier and Type | Field and Description |
---|---|
static String |
LOCK_PREFIX |
Modifier and Type | Method and Description |
---|---|
BulkAction.Result<CONTEXT,TARGET> |
process(CONTEXT context,
TARGET target)
Do logic for single item in bulk action
|
static final String LOCK_PREFIX
Copyright © 2003–2017 Atlassian. All rights reserved.