public interface PageNameConflictResolver
Modifier and Type | Method and Description |
---|---|
boolean |
couldProvideNewName()
Indicates that this always provides a new name during the copy process, even for non-conflicting pages
|
int |
getMaxRetryNumber()
This is maximum number to retry saving page.
|
String |
resolveConflict(int currentRetryNumber,
String originalName)
Implements the name conflict resolution strategy
|
boolean couldProvideNewName()
int getMaxRetryNumber()
Copyright © 2003–2018 Atlassian. All rights reserved.