Uses of Interface
com.atlassian.bamboo.persister.xstream.journal.XStreamJournalEntry
-
Packages that use XStreamJournalEntry Package Description com.atlassian.bamboo.chains.execution com.atlassian.bamboo.persister.xstream.journal -
-
Uses of XStreamJournalEntry in com.atlassian.bamboo.chains.execution
Subinterfaces of XStreamJournalEntry in com.atlassian.bamboo.chains.execution Modifier and Type Interface Description interface
ChainStateJournalEntry
An entry toChainState
journal.Classes in com.atlassian.bamboo.chains.execution that implement XStreamJournalEntry 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
-
Uses of XStreamJournalEntry in com.atlassian.bamboo.persister.xstream.journal
Classes in com.atlassian.bamboo.persister.xstream.journal with type parameters of type XStreamJournalEntry Modifier and Type Interface Description interface
XStreamJournal<K extends Key,V extends XStreamJournalEntry>
A utility to journal changes to an entity as list of XStream-ed objects.class
XStreamJournalImpl<K extends Key,V extends XStreamJournalEntry>
-