Class MockIntegrityCheckerOperation
java.lang.Object
com.atlassian.jira.mock.appconsistency.MockIntegrityCheckerOperation
- All Implemented Interfaces:
ProgressAwareIntegrityCheckerOperation
public class MockIntegrityCheckerOperation
extends Object
implements ProgressAwareIntegrityCheckerOperation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
CHECK_ID_CAUSING_INTEGRITY_EXCEPTION
-
-
Constructor Details
-
MockIntegrityCheckerOperation
public MockIntegrityCheckerOperation()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein interfaceProgressAwareIntegrityCheckerOperation
-
getOperationDescription
- Specified by:
getOperationDescriptionin interfaceProgressAwareIntegrityCheckerOperation
-
getOperationProgressKey
- Specified by:
getOperationProgressKeyin interfaceProgressAwareIntegrityCheckerOperation
-
perform
public Map<Long,List<Amendment>> perform(List<Long> checks, Context context) throws IntegrityException - Specified by:
performin interfaceProgressAwareIntegrityCheckerOperation- Throws:
IntegrityException
-
getSpanningOperationType
- Specified by:
getSpanningOperationTypein interfaceProgressAwareIntegrityCheckerOperation
-
getTaskContext
- Specified by:
getTaskContextin interfaceProgressAwareIntegrityCheckerOperation
-