Class ChainStateJournalEntries.SetMergeResult
java.lang.Object
com.atlassian.bamboo.chains.execution.ChainStateJournalEntries.SetMergeResult
- All Implemented Interfaces:
ChainStateJournalEntry
,XStreamJournalEntry<ChainState>
- Enclosing class:
- ChainStateJournalEntries
public static class ChainStateJournalEntries.SetMergeResult
extends Object
implements ChainStateJournalEntry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
replay
(@NotNull ChainState chainState) Replay operation logged by this entry on the given target.
-
Constructor Details
-
SetMergeResult
-
-
Method Details
-
replay
Description copied from interface:XStreamJournalEntry
Replay operation logged by this entry on the given target.- Specified by:
replay
in interfaceXStreamJournalEntry<ChainState>
-