Package com.enonic.xp.dump
Class RepoDumpResult
- java.lang.Object
-
- com.enonic.xp.dump.RepoDumpResult
-
- All Implemented Interfaces:
java.lang.Iterable<BranchDumpResult>
public class RepoDumpResult extends java.lang.Object implements java.lang.Iterable<BranchDumpResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RepoDumpResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RepoDumpResult.Builder
create(RepoDumpResult source)
static RepoDumpResult.Builder
create(RepositoryId repositoryId)
BranchDumpResult
get(Branch branch)
java.util.List<BranchDumpResult>
getBranchResults()
RepositoryId
getRepositoryId()
java.lang.Long
getVersions()
java.util.List<DumpError>
getVersionsErrors()
java.util.Iterator<BranchDumpResult>
iterator()
-
-
-
Method Detail
-
getBranchResults
public java.util.List<BranchDumpResult> getBranchResults()
-
getRepositoryId
public RepositoryId getRepositoryId()
-
getVersions
public java.lang.Long getVersions()
-
getVersionsErrors
public java.util.List<DumpError> getVersionsErrors()
-
get
public BranchDumpResult get(Branch branch)
-
iterator
public java.util.Iterator<BranchDumpResult> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<BranchDumpResult>
-
create
public static RepoDumpResult.Builder create(RepositoryId repositoryId)
-
create
public static RepoDumpResult.Builder create(RepoDumpResult source)
-
-