Class ChainStateJournalEntries.AddResultVariables
- java.lang.Object
-
- com.atlassian.bamboo.chains.execution.ChainStateJournalEntries.AddResultVariables
-
- All Implemented Interfaces:
ChainStateJournalEntry
,XStreamJournalEntry<ChainState>
- Enclosing class:
- ChainStateJournalEntries
public static class ChainStateJournalEntries.AddResultVariables extends Object implements ChainStateJournalEntry
-
-
Constructor Summary
Constructors Constructor Description AddResultVariables(@NotNull Map<String,VariableDefinitionContext> resultVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
replay(@NotNull ChainState chainState)
Replay operation logged by this entry on the given target.
-
-
-
Constructor Detail
-
AddResultVariables
public AddResultVariables(@NotNull @NotNull Map<String,VariableDefinitionContext> resultVariables)
-
-
Method Detail
-
replay
public void replay(@NotNull @NotNull ChainState chainState)
Description copied from interface:XStreamJournalEntry
Replay operation logged by this entry on the given target.- Specified by:
replay
in interfaceXStreamJournalEntry<ChainState>
-
-