public class MarketplaceResult<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
mpacDisabled
True if the query could not be performed because the Marketplace connection is disabled.
|
boolean |
mpacUnreachable
True if the query failed due to an HTTP error or network error.
|
io.atlassian.fugue.Option<T> |
value
The successful query result, if any.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
static <T> Iterable<T> |
listFromResult(MarketplaceResult<Iterable<T>> result) |
String |
toString() |
public final io.atlassian.fugue.Option<T> value
public final boolean mpacDisabled
public final boolean mpacUnreachable
public static <T> Iterable<T> listFromResult(MarketplaceResult<Iterable<T>> result)
Copyright © 2024 Atlassian. All rights reserved.