Uses of Interface
com.atlassian.bamboo.persister.xstream.journal.XStreamJournalEntry
Packages that use XStreamJournalEntry
Package
Description
-
Uses of XStreamJournalEntry in com.atlassian.bamboo.chains.execution
Subinterfaces of XStreamJournalEntry in com.atlassian.bamboo.chains.executionClasses in com.atlassian.bamboo.chains.execution that implement XStreamJournalEntryModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Uses of XStreamJournalEntry in com.atlassian.bamboo.persister.xstream.journal
Classes in com.atlassian.bamboo.persister.xstream.journal with type parameters of type XStreamJournalEntryModifier and TypeInterfaceDescriptioninterface
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>