public static class BulkAction.Result<CONTEXT extends BulkExecutionContext,TARGET> extends Object
Constructor and Description |
---|
Result(CONTEXT context,
List<TARGET> nextBatch,
boolean actioned) |
Modifier and Type | Method and Description |
---|---|
CONTEXT |
getContext() |
List<TARGET> |
getNextBatch() |
boolean |
isActioned() |
Copyright © 2003–2018 Atlassian. All rights reserved.