public class Reports extends HashMap<String,Report>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Reports() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSummary()
String version of all reports.
|
boolean |
hasFailures()
Determines if any reports have failures
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getSummary()
public boolean hasFailures()
Copyright © 2023 The Apache Software Foundation. All rights reserved.