Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxTaskContext
-
Packages that use SandboxTaskContext Package Description com.atlassian.confluence.impl.util.sandbox com.atlassian.confluence.util.sandbox Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can crash, run out of memory, be killed and restarted without affecting Confluence. -
-
Uses of SandboxTaskContext in com.atlassian.confluence.impl.util.sandbox
Classes in com.atlassian.confluence.impl.util.sandbox that implement SandboxTaskContext Modifier and Type Class Description class
SandboxServerContext
-
Uses of SandboxTaskContext in com.atlassian.confluence.util.sandbox
Methods in com.atlassian.confluence.util.sandbox with parameters of type SandboxTaskContext Modifier and Type Method Description R
SandboxTask. apply(SandboxTaskContext context, T t)
Applies this task to the given argument.
-