Interface CommittingEvent.Builder<B extends CommittingEvent.Builder<B,E>,E extends CommittingEvent>
-
- All Superinterfaces:
AdapterEvent.Builder<B,E>
- All Known Subinterfaces:
CommitEvent.Builder,MergeEvent.Builder,TransplantEvent.Builder
- Enclosing interface:
- CommittingEvent
public static interface CommittingEvent.Builder<B extends CommittingEvent.Builder<B,E>,E extends CommittingEvent> extends AdapterEvent.Builder<B,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaddCommits(CommitLogEntry commitLogEntry)Bbranch(org.projectnessie.versioned.BranchName branch)Bcommits(java.lang.Iterable<? extends CommitLogEntry> elements)Bhash(org.projectnessie.versioned.Hash hash)BpreviousHash(org.projectnessie.versioned.Hash previousHash)-
Methods inherited from interface org.projectnessie.versioned.persist.adapter.events.AdapterEvent.Builder
build, eventTimeMicros, operationType
-
-
-
-
Method Detail
-
branch
B branch(org.projectnessie.versioned.BranchName branch)
-
hash
B hash(org.projectnessie.versioned.Hash hash)
-
previousHash
B previousHash(org.projectnessie.versioned.Hash previousHash)
-
addCommits
B addCommits(CommitLogEntry commitLogEntry)
-
commits
B commits(java.lang.Iterable<? extends CommitLogEntry> elements)
-
-