@ExperimentalApi
public interface SandboxTaskContext
SandboxTask.| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
execute(SandboxCallback<T,R> callback,
T input)
Calls the given
SandboxCallback. |
void |
log(Level level,
Object message)
Logs a message so it will be available for consuming by
SandboxErrorConsumer in the host. |
<T,R> R execute(SandboxCallback<T,R> callback, T input)
SandboxCallback.T - the input type of SandboxCallbackR - the output type of SandboxCallbackvoid log(Level level, Object message)
SandboxErrorConsumer in the host.Copyright © 2003–2021 Atlassian. All rights reserved.