Uses of Interface
com.atlassian.bamboo.persister.xstream.XStreamFactory

Packages that use XStreamFactory
com.atlassian.bamboo.lingo   
com.atlassian.bamboo.persister.xstream   
com.atlassian.bamboo.v2.build.queue   
 

Uses of XStreamFactory in com.atlassian.bamboo.lingo
 

Constructors in com.atlassian.bamboo.lingo with parameters of type XStreamFactory
PluginsAwareMarshaller(XStreamFactory xStreamFactory)
           
 

Uses of XStreamFactory in com.atlassian.bamboo.persister.xstream
 

Classes in com.atlassian.bamboo.persister.xstream that implement XStreamFactory
 class CustomizableXStreamFactory
          XStreamFactory that can be customized with XStream components: mappers, converters, initializers and aliases.
 

Methods in com.atlassian.bamboo.persister.xstream that return XStreamFactory
static XStreamFactory CustomizableXStreamFactory.getDefaultInstance()
           
 

Constructors in com.atlassian.bamboo.persister.xstream with parameters of type XStreamFactory
DefaultXStreamManager(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.event.PluginEventManager pluginEventManager, XStreamFactory factory)
           
 

Uses of XStreamFactory in com.atlassian.bamboo.v2.build.queue
 

Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type XStreamFactory
BambooMessageConverter(XStreamFactory xStreamFactory)
           
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher, BuildExecutionManager buildExecutionManager, CachedPlanManager cachedPlanManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ErrorUpdateHandler errorUpdateHandler, ExecutableAgentsHelper executableAgentsHelper, CustomVariableContextRunner customVariableContextRunner, EnvironmentService environmentService, ExecutionPhaseService executionPhaseService, XStreamFactory xStreamFactory, org.springframework.transaction.support.TransactionTemplate transactionTemplate, LocalResultProcessor resultProcessor, long lingoResponseTimeout)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.