public interface TaskProgressProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processTaskProgress(String entityTypeName,
int entityTypeCount,
long entityCount,
long currentEntityCount)
Update the task progress in the TaskProgressSink.
|
void processTaskProgress(String entityTypeName, int entityTypeCount, long entityCount, long currentEntityCount)
entityTypeName - Name of the entity type that we are currently processing. eg "IssueType"entityTypeCount - Count of the Entity Type that we are currently processing.entityCount - Count of ALL the entities we have seen so far in this file.currentEntityCount - Count of entities just within this entity type.Copyright © 2002-2018 Atlassian. All Rights Reserved.