public class RepoDumpResult extends java.lang.Object implements java.lang.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) |
java.util.List<BranchDumpResult> |
getBranchResults() |
RepositoryId |
getRepositoryId() |
java.lang.Long |
getVersions() |
java.util.Iterator<BranchDumpResult> |
iterator() |
public java.util.List<BranchDumpResult> getBranchResults()
public RepositoryId getRepositoryId()
public java.lang.Long getVersions()
public BranchDumpResult get(Branch branch)
public java.util.Iterator<BranchDumpResult> iterator()
iterator
in interface java.lang.Iterable<BranchDumpResult>
public static RepoDumpResult.Builder create(RepositoryId repositoryId)