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
ConstructorsConstructorDescriptionAddResultVariables(@NotNull Map<String, VariableDefinitionContext> resultVariables) -
Method Summary
Modifier and TypeMethodDescriptionvoidreplay(@NotNull ChainState chainState) Replay operation logged by this entry on the given target.
-
Constructor Details
-
AddResultVariables
-
-
Method Details
-
replay
Description copied from interface:XStreamJournalEntryReplay operation logged by this entry on the given target.- Specified by:
replayin interfaceXStreamJournalEntry<ChainState>- Parameters:
chainState-
-