Uses of Interface
com.atlassian.confluence.util.sandbox.SandboxSpec
-
Packages that use SandboxSpec Package Description 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 SandboxSpec in com.atlassian.confluence.util.sandbox
Methods in com.atlassian.confluence.util.sandbox that return SandboxSpec Modifier and Type Method Description SandboxSpec
SandboxSpec.SpecBuilder. build(Duration requestTimeLimit)
Build the specification object with specified request time limitstatic SandboxSpec
SandboxSpec. of(Duration requestTimeLimit)
Methods in com.atlassian.confluence.util.sandbox with parameters of type SandboxSpec Modifier and Type Method Description Sandbox
SandboxRegistry. get(SandboxSpec spec)
Get the most suitable sandbox instance from the system satisfying the specification.
-