Uses of Interface
com.atlassian.bamboo.chains.execution.ChainStateJournalEntry
-
Packages that use ChainStateJournalEntry Package Description com.atlassian.bamboo.chains.execution -
-
Uses of ChainStateJournalEntry in com.atlassian.bamboo.chains.execution
Classes in com.atlassian.bamboo.chains.execution that implement ChainStateJournalEntry Modifier and Type Class Description static class
ChainStateJournalEntries.AbstractBuildStateJournalEntry
static class
ChainStateJournalEntries.AddResultVariables
static class
ChainStateJournalEntries.JobDispatched
static class
ChainStateJournalEntries.JobFinalized
static class
ChainStateJournalEntries.NextStage
static class
ChainStateJournalEntries.SetMergeResult
static class
ChainStateJournalEntries.SetStartDate
Methods in com.atlassian.bamboo.chains.execution with parameters of type ChainStateJournalEntry Modifier and Type Method Description void
ChainStatePersister. appendToJournal(@NotNull PlanResultKey key, @NotNull ChainStateJournalEntry journalEntry)
Append to journal for a key.void
ChainStatePersisterImpl. appendToJournal(@NotNull PlanResultKey key, @NotNull ChainStateJournalEntry journalEntry)
-