public class IntegrityChecker extends Object
| Constructor and Description |
|---|
IntegrityChecker(IntegrityCheckManager integrityCheckManager) |
| Modifier and Type | Method and Description |
|---|---|
List |
correct(Check check) |
Map |
correct(List<Check> checks) |
Map |
correctWithIds(List<Long> checkIds) |
Map<Long,List<Amendment>> |
correctWithIdsWithProgress(List<Long> checkIds,
Context taskContext)
Since 9.11 - progress aware version of
this#correctWithIds(List) |
List<Amendment> |
preview(Check check) |
Map |
preview(List<Check> checks) |
Map |
previewWithIds(List<Long> checkIds) |
Map<Long,List<Amendment>> |
previewWithIdsWithProgress(List<Long> checkIds,
Context taskContext)
Since 9.11 - progress aware version of
this#previewWithIds(List) |
public IntegrityChecker(IntegrityCheckManager integrityCheckManager)
public Map preview(List<Check> checks) throws IntegrityException
IntegrityExceptionpublic Map previewWithIds(List<Long> checkIds) throws IntegrityException
IntegrityExceptionpublic Map<Long,List<Amendment>> previewWithIdsWithProgress(List<Long> checkIds, Context taskContext) throws IntegrityException
this#previewWithIds(List)checkIds - the id's of checks to runtaskContext - task percentage context that allows returning progress to the userIntegrityExceptionpublic Map correct(List<Check> checks) throws IntegrityException
IntegrityExceptionpublic Map correctWithIds(List<Long> checkIds) throws IntegrityException
IntegrityExceptionpublic Map<Long,List<Amendment>> correctWithIdsWithProgress(List<Long> checkIds, Context taskContext) throws IntegrityException
this#correctWithIds(List)checkIds - the id's of checks to runtaskContext - task percentage context that allows returning progress to the userIntegrityExceptionpublic List<Amendment> preview(Check check) throws IntegrityException
IntegrityExceptionpublic List correct(Check check) throws IntegrityException
IntegrityExceptionCopyright © 2002-2024 Atlassian. All Rights Reserved.