@ParametersAreNonnullByDefault public class PreviousVersionHashService extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PreviousVersionHashService.HashProvider |
| Constructor and Description |
|---|
PreviousVersionHashService(ModificationMigrationLocationService locationService) |
| Modifier and Type | Method and Description |
|---|---|
static PreviousVersionHashService |
getInstance() |
<T> T |
withHashProvider(java.util.function.Function<PreviousVersionHashService.HashProvider,T> f)
Carry out some operations with access to the baseline hashes.
|
public PreviousVersionHashService(ModificationMigrationLocationService locationService)
public static PreviousVersionHashService getInstance()
public <T> T withHashProvider(java.util.function.Function<PreviousVersionHashService.HashProvider,T> f)
f - the function to performCopyright © 2002-2022 Atlassian. All Rights Reserved.