public class MoveObjectResult
extends com.riadalabs.jira.plugins.insight.services.progress.result.ProgressResultBase
Modifier and Type | Class and Description |
---|---|
static class |
MoveObjectResult.ObjectsInError |
Modifier and Type | Method and Description |
---|---|
static MoveObjectResult |
create(int movedObjects,
Integer fromTypeId,
Integer toTypeId,
List<MoveObjectResult.ObjectsInError> notMoved,
int totalNotMoved) |
Integer |
getFromObjectTypeId() |
int |
getMovedObjects() |
List<MoveObjectResult.ObjectsInError> |
getNotMoved() |
int |
getNotMovedCount() |
Integer |
getToObjectTypeId() |
String |
toString() |
void |
truncateNotMoved(int limit) |
combine, complete, getEnded, getExecutedAsUserKey, getExecutedType, getId, getInfoMessage, getNumberOfWorkers, getObjectSchemaId, getResult, getStarted, getStatus, getType, isInProgress, isOK, log, setEnded, setExecutedAsUserKey, setExecutedType, setId, setInfoMessage, setNumberOfWorkers, setObjectSchemaId, setResult, setStarted, setStatus, setType
public static MoveObjectResult create(int movedObjects, Integer fromTypeId, Integer toTypeId, List<MoveObjectResult.ObjectsInError> notMoved, int totalNotMoved)
public int getMovedObjects()
public Integer getToObjectTypeId()
public List<MoveObjectResult.ObjectsInError> getNotMoved()
public void truncateNotMoved(int limit)
public int getNotMovedCount()
Copyright © 2024 Atlassian. All rights reserved.