Package com.atlassian.jira.health
Class ModificationsMigrationService
java.lang.Object
com.atlassian.jira.health.ModificationsMigrationService
-
Constructor Summary
ConstructorsConstructorDescriptionModificationsMigrationService(PreviousVersionHashService previousVersionHashService, ConfigurationHashService configurationHashService) -
Method Summary
Modifier and TypeMethodDescriptioncheckCopyingNotPossible(Set<Path> candidatePaths) This method if it's possible to automatically apply all of the modifications in themodificationsdirectory
-
Constructor Details
-
ModificationsMigrationService
public ModificationsMigrationService(PreviousVersionHashService previousVersionHashService, ConfigurationHashService configurationHashService)
-
-
Method Details
-
getInstance
-
checkCopyingNotPossible
This method if it's possible to automatically apply all of the modifications in themodificationsdirectory- Returns:
- a list of the file paths that are not possible to copy because the hash of the base line file in version A is different to the hash of the baseline file in version B
-