public class ModificationsManager extends Object
Constructor and Description |
---|
ModificationsManager(ModificationMigrationLocationService locationService) |
ModificationsManager(ModificationMigrationLocationService locationService,
com.atlassian.modzdetector.HashAlgorithm hashAlgorithm) |
Modifier and Type | Method and Description |
---|---|
static ModificationsManager |
getInstance() |
Set<Path> |
getSavedModificationsFromModificationsFolder()
Gets the modifications that have been saved in the
modifications folder in the home directory *and*
which still exist and are still different from the versions in the new installation -- i.e. |
public ModificationsManager(ModificationMigrationLocationService locationService)
public ModificationsManager(ModificationMigrationLocationService locationService, com.atlassian.modzdetector.HashAlgorithm hashAlgorithm)
public static ModificationsManager getInstance()
@Nonnull public Set<Path> getSavedModificationsFromModificationsFolder()
modifications
folder in the home directory *and*
which still exist and are still different from the versions in the new installation -- i.e. they have not been updated to
match, either manually before the instance was started, or via the copying process.modifications
, relative to the root of the jira installation.Copyright © 2002-2022 Atlassian. All Rights Reserved.