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