public class SystemDumpResult extends Object implements Iterable<RepoDumpResult>
Modifier and Type | Class and Description |
---|---|
static class |
SystemDumpResult.Builder |
Modifier and Type | Method and Description |
---|---|
static SystemDumpResult.Builder |
create() |
RepoDumpResult |
get(RepositoryId repositoryId) |
Iterator<RepoDumpResult> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public RepoDumpResult get(RepositoryId repositoryId)
public Iterator<RepoDumpResult> iterator()
iterator
in interface Iterable<RepoDumpResult>
public static SystemDumpResult.Builder create()