Package com.enonic.xp.node
Class PushNodeEntries
- java.lang.Object
-
- com.enonic.xp.support.AbstractImmutableEntitySet<PushNodeEntry>
-
- com.enonic.xp.node.PushNodeEntries
-
- All Implemented Interfaces:
java.lang.Iterable<PushNodeEntry>
public class PushNodeEntries extends AbstractImmutableEntitySet<PushNodeEntry>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PushNodeEntries.Builder
-
Field Summary
-
Fields inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
set
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PushNodeEntries.Builder
create()
NodeIds
getNodeIds()
Branch
getTargetBranch()
RepositoryId
getTargetRepo()
-
Methods inherited from class com.enonic.xp.support.AbstractImmutableEntitySet
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
-
-
-
-
Method Detail
-
create
public static PushNodeEntries.Builder create()
-
getNodeIds
public NodeIds getNodeIds()
-
getTargetBranch
public Branch getTargetBranch()
-
getTargetRepo
public RepositoryId getTargetRepo()
-
-