public final class RestTaskResult extends Object
| Modifier and Type | Method and Description |
|---|---|
static RestTaskResult |
forException(Exception exception) |
static RestTaskResult |
forResult(Object result) |
Exception |
getException() |
Object |
getResult() |
@Nullable public static RestTaskResult forResult(@NotNull Object result)
@Nullable public static RestTaskResult forException(@NotNull Exception exception)
@Nullable public Exception getException()
@Nullable public Object getResult()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.