@ExperimentalApi
public interface SandboxRegistry
As sandbox instances can be shared in the application, there's no need to explicitly release the sandbox after usage.
Modifier and Type | Method and Description |
---|---|
Sandbox |
get(SandboxSpec spec)
Get the most suitable sandbox instance from the system satisfying the specification.
|
Sandbox get(SandboxSpec spec)
spec
- - specification for the sandboxSandboxException
- if sandbox with given resources can't be foundCopyright © 2003–2019 Atlassian. All rights reserved.