public interface BuildFilePythonResult
buck.py.
BuildFilePythonResultDeserializer which specializes in deserializing this type from
JSON.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Map<String,Object>> |
getDiagnostics() |
Optional<String> |
getProfile() |
com.google.common.collect.ImmutableList<Map<String,Object>> |
getValues() |
static BuildFilePythonResult |
of(com.google.common.collect.ImmutableList<Map<String,Object>> values,
com.google.common.collect.ImmutableList<Map<String,Object>> diagnostics,
Optional<String> profile) |