Uses of Class
com.atlassian.confluence.plugins.synchrony.api.OperationContext
Packages that use OperationContext
Package
Description
-
Uses of OperationContext in com.atlassian.confluence.plugins.synchrony.api
Fields in com.atlassian.confluence.plugins.synchrony.api declared as OperationContextModifier and TypeFieldDescriptionstatic final OperationContextOperationContext.DEFAULTDefault context.Methods in com.atlassian.confluence.plugins.synchrony.api that return OperationContextMethods in com.atlassian.confluence.plugins.synchrony.api with parameters of type OperationContextModifier and TypeMethodDescriptionio.atlassian.util.concurrent.Promise<Boolean> SynchronyProcessManager.restart(OperationContext operationContext) Shuts down and then starts up the Synchrony process.io.atlassian.util.concurrent.Promise<Boolean> SynchronyProcessManager.startup(OperationContext operationContext) Starts the Synchrony process and returns aPromise<Boolean>which indicates a if startup was successful or not. -
Uses of OperationContext in com.atlassian.confluence.plugins.synchrony.bootstrap
Methods in com.atlassian.confluence.plugins.synchrony.bootstrap with parameters of type OperationContextModifier and TypeMethodDescriptionSynchronyEnvironmentBuilder.build(OperationContext operationContext) io.atlassian.util.concurrent.Promise<Boolean> DefaultSynchronyProcessManager.restart(OperationContext operationContext) io.atlassian.util.concurrent.Promise<Boolean> DefaultSynchronyProcessManager.startup(OperationContext context)