public static interface RemoteContentMacroService.RemoteMacroFinder extends RemoteSingleFetcher<MacroInstance>
Modifier and Type | Method and Description |
---|---|
RemoteContentMacroService.RemoteMacroFinder |
withContentVersion(int versionNumber) |
RemoteContentMacroService.RemoteMacroFinder |
withHash(String hash)
Deprecated.
since 5.8, use
withMacroId(String) |
RemoteContentMacroService.RemoteMacroFinder |
withMacroId(String macroId) |
fetch, fetchCompletionStage, fetchOne, fetchOneOrNull, fetchOrNull, fetchOrNullCompletionStage
@Deprecated RemoteContentMacroService.RemoteMacroFinder withHash(String hash)
withMacroId(String)
hash
- The hash identifying the body of the macroRemoteContentMacroService.RemoteMacroFinder withMacroId(String macroId)
macroId
- The macroId identifying the body of the macroRemoteContentMacroService.RemoteMacroFinder withContentVersion(int versionNumber)
versionNumber
- The version of the page to scan for the macroCopyright © 2003–2019 Atlassian. All rights reserved.