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