Uses of Interface
com.atlassian.bamboo.persister.xstream.XStreamFactory
-
-
Uses of XStreamFactory in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type XStreamFactory Constructor Description CurrentlyBuildingContainer(AgentManager agentManager, com.atlassian.event.api.EventPublisher eventPublisher, XStreamFactory xStreamFactory)
-
Uses of XStreamFactory in com.atlassian.bamboo.chains.execution
Constructors in com.atlassian.bamboo.chains.execution with parameters of type XStreamFactory Constructor Description ChainStatePersisterImpl(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager)
ChainStatePersisterImpl(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager, @NotNull File storagePath)
-
Uses of XStreamFactory in com.atlassian.bamboo.deployments.runtime
Constructors in com.atlassian.bamboo.deployments.runtime with parameters of type XStreamFactory Constructor Description DeploymentsInProgressServiceImpl(XStreamFactory xStreamFactory, FeatureManager featureManager)
-
Uses of XStreamFactory in com.atlassian.bamboo.persister.file
Constructors in com.atlassian.bamboo.persister.file with parameters of type XStreamFactory Constructor Description FileBasedPersister(@Nullable BootstrapManager bootstrapManager, @NotNull XStreamFactory xStreamFactory)
FileBasedPersister(XStreamFactory xStreamFactory)
XStreamBuildPersister(StorageLocationService storageLocationService, XStreamFactory xStreamFactory)
-
Uses of XStreamFactory in com.atlassian.bamboo.persister.xstream
Classes in com.atlassian.bamboo.persister.xstream that implement XStreamFactory Modifier and Type Class Description class
CustomizableXStreamFactory
XStreamFactory
that can be customized with XStream components: mappers, converters, initializers and aliases.class
SecureXStreamFactory
Factory which returns XStream with given PermissionMethods in com.atlassian.bamboo.persister.xstream that return XStreamFactory Modifier and Type Method Description static XStreamFactory
XStreamTestHelper. createXStreamFactory()
Create XStreamFactory as close as possible to Spring bean defined in applicationContextCommon.xml TODO: move all XStream related classes to separate module (bamboo-xstream) TODO: move this method to c.a.b.testutils.xstream.XStreamHelperMethods in com.atlassian.bamboo.persister.xstream with parameters of type XStreamFactory Modifier and Type Method Description static DefaultXStreamManager
DefaultXStreamManager. getNonPluginAwareInstance(XStreamFactory xStreamFactory)
A non-plugin aware instance that will always use the same underlying XStream instance with default class loader.Constructors in com.atlassian.bamboo.persister.xstream with parameters of type XStreamFactory Constructor Description DefaultXStreamManager(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @Nullable com.atlassian.plugin.event.PluginEventManager pluginEventManager, @NotNull XStreamFactory xStreamFactory)
SecureXStreamFactory(XStreamFactory xStreamFactory, com.thoughtworks.xstream.security.TypePermission securityProvider)
SecureXStreamFactory(XStreamFactory xStreamFactory, com.thoughtworks.xstream.security.TypePermission securityProvider, List<ConverterFactory> customConverters)
-
Uses of XStreamFactory in com.atlassian.bamboo.persister.xstream.journal
Constructors in com.atlassian.bamboo.persister.xstream.journal with parameters of type XStreamFactory Constructor Description XStreamJournalImpl(@NotNull XStreamFactory xStreamFactory, @NotNull Supplier<File> storageDirectorySupplier)
-
Uses of XStreamFactory in com.atlassian.bamboo.remoting
Constructors in com.atlassian.bamboo.remoting with parameters of type XStreamFactory Constructor Description SpringRemotingMessageConverter(@NotNull XStreamFactory marshallingXStreamFactory, @NotNull XStreamFactory unmarshallingXStreamFactory)
-
Uses of XStreamFactory in com.atlassian.bamboo.security
Constructors in com.atlassian.bamboo.security with parameters of type XStreamFactory Constructor Description SecureTokenServiceImpl(XStreamFactory xStreamFactory, FeatureManager featureManager)
-
Uses of XStreamFactory in com.atlassian.bamboo.server.control
Constructors in com.atlassian.bamboo.server.control with parameters of type XStreamFactory Constructor Description ChangeDetectionControllerImpl(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory)
-
Uses of XStreamFactory in com.atlassian.bamboo.v2.build.queue
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type XStreamFactory Constructor Description BambooMessageConverter(@NotNull XStreamFactory xStreamFactory)
BuildQueueManagerImpl(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull BuildExecutionManager buildExecutionManager, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull ErrorUpdateHandler errorUpdateHandler, @NotNull ExecutableAgentsHelper executableAgentsHelper, @NotNull CustomVariableContextRunner customVariableContextRunner, @NotNull ExecutionPhaseService executionPhaseService, @NotNull XStreamFactory xStreamFactory, @NotNull org.springframework.transaction.support.TransactionTemplate transactionTemplate, @NotNull LocalResultProcessor resultProcessor, @NotNull EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of XStreamFactory in com.atlassian.bamboo.vcs.configuration.service
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type XStreamFactory Constructor Description RawRepositoryConfigurationXmlConverterImpl(XStreamFactory xStreamFactory)
-