Package com.enonic.xp.dump
Class RepoLoadResult
- java.lang.Object
-
- com.enonic.xp.dump.RepoLoadResult
-
- All Implemented Interfaces:
Iterable<BranchLoadResult>
public class RepoLoadResult extends Object implements Iterable<BranchLoadResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RepoLoadResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepoLoadResult.Builder
create(RepositoryId repositoryId)
List<BranchLoadResult>
getBranchResults()
CommitsLoadResult
getCommitsLoadResult()
RepositoryId
getRepositoryId()
VersionsLoadResult
getVersionsLoadResult()
Iterator<BranchLoadResult>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
iterator
public Iterator<BranchLoadResult> iterator()
- Specified by:
iterator
in interfaceIterable<BranchLoadResult>
-
getBranchResults
public List<BranchLoadResult> getBranchResults()
-
getRepositoryId
public RepositoryId getRepositoryId()
-
getVersionsLoadResult
public VersionsLoadResult getVersionsLoadResult()
-
getCommitsLoadResult
public CommitsLoadResult getCommitsLoadResult()
-
create
public static RepoLoadResult.Builder create(RepositoryId repositoryId)
-
-