Class FixIntegrityOperation
java.lang.Object
com.atlassian.jira.appconsistency.integrity.integritycheck.FixIntegrityOperation
- All Implemented Interfaces:
ProgressAwareIntegrityCheckerOperation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFixIntegrityOperation
(I18nHelper i18nHelper, IntegrityChecker integrityChecker, ApplicationUser applicationUser) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
RETURN_URL
- See Also:
-
OPERATION_NAME_KEY
- See Also:
-
OPERATION_DESCRIPTION_KEY
- See Also:
-
-
Constructor Details
-
FixIntegrityOperation
public FixIntegrityOperation(I18nHelper i18nHelper, IntegrityChecker integrityChecker, ApplicationUser applicationUser)
-
-
Method Details
-
getOperationName
- Specified by:
getOperationName
in interfaceProgressAwareIntegrityCheckerOperation
-
getOperationDescription
- Specified by:
getOperationDescription
in interfaceProgressAwareIntegrityCheckerOperation
-
getOperationProgressKey
- Specified by:
getOperationProgressKey
in interfaceProgressAwareIntegrityCheckerOperation
-
perform
public Map<Long,List<Amendment>> perform(List<Long> checks, Context context) throws IntegrityException - Specified by:
perform
in interfaceProgressAwareIntegrityCheckerOperation
- Throws:
IntegrityException
-
getSpanningOperationType
- Specified by:
getSpanningOperationType
in interfaceProgressAwareIntegrityCheckerOperation
-
getTaskContext
- Specified by:
getTaskContext
in interfaceProgressAwareIntegrityCheckerOperation
-