Class ImportedObjectsStashFactoryImpl
java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.stash.ImportedObjectsStashFactoryImpl
- All Implemented Interfaces:
ImportedObjectsStashFactory
Creates an instance of ImportedObjectsStash.
- Since:
- 7.20.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImportedObjectsStashFactoryImpl(@NonNull StashObjectsSerialiser stashObjectsSerialiser, @NonNull ConfluenceDirectories confluenceDirectories) -
Method Summary
Modifier and TypeMethodDescriptioncreateStash(String name) createStash(String name, int iteration)
-
Field Details
-
FIRST_ITERATION
public static final int FIRST_ITERATION- See Also:
-
-
Constructor Details
-
ImportedObjectsStashFactoryImpl
public ImportedObjectsStashFactoryImpl(@NonNull StashObjectsSerialiser stashObjectsSerialiser, @NonNull ConfluenceDirectories confluenceDirectories)
-
-
Method Details
-
createStash
- Specified by:
createStashin interfaceImportedObjectsStashFactory
-
createStash
- Specified by:
createStashin interfaceImportedObjectsStashFactory
-