Uses of Interface
com.atlassian.bamboo.persister.xstream.XStreamFactory
Package
Description
-
Uses of XStreamFactory in com.atlassian.bamboo.build
ModifierConstructorDescriptionCurrentlyBuildingContainer
(AgentManager agentManager, com.atlassian.event.api.EventPublisher eventPublisher, XStreamFactory xStreamFactory) -
Uses of XStreamFactory in com.atlassian.bamboo.chains.execution
ModifierConstructorDescriptionChainStatePersisterImpl
(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager, @NotNull SecretEncryptionService secretEncryptionService) ChainStatePersisterImpl
(@NotNull XStreamFactory xStreamFactory, @NotNull FeatureManager featureManager, @NotNull SecretEncryptionService secretEncryptionService, @NotNull File storagePath) -
Uses of XStreamFactory in com.atlassian.bamboo.deployments.runtime
ModifierConstructorDescriptionDeploymentsInProgressServiceImpl
(XStreamFactory xStreamFactory, FeatureManager featureManager) -
Uses of XStreamFactory in com.atlassian.bamboo.persister.file
ModifierConstructorDescriptionFileBasedPersister
(@Nullable BootstrapManager bootstrapManager, @NotNull XStreamFactory xStreamFactory) FileBasedPersister
(XStreamFactory xStreamFactory) XStreamBuildPersister
(StorageLocationService storageLocationService, XStreamFactory xStreamFactory) -
Uses of XStreamFactory in com.atlassian.bamboo.persister.xstream
Modifier and TypeClassDescriptionclass
XStreamFactory
that can be customized with XStream components: mappers, converters, initializers and aliases.class
Factory which returns XStream with given PermissionModifier and TypeMethodDescriptionstatic 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.XStreamHelperModifier and TypeMethodDescriptionstatic com.thoughtworks.xstream.XStream
XStreamUtils.createCompactEncryptingXStream
(@NotNull XStreamFactory secureXStreamFactory, @NotNull SecretEncryptionService secretEncryptionService) static com.thoughtworks.xstream.XStream
XStreamUtils.createEncryptingXStream
(@NotNull XStreamFactory secureXStreamFactory, @NotNull SecretEncryptionService secretEncryptionService) static DefaultXStreamManager
DefaultXStreamManager.getNonPluginAwareInstance
(XStreamFactory xStreamFactory) A non-plugin aware instance that will always use the same underlying XStream instance with default class loader.ModifierConstructorDescriptionDefaultXStreamManager
(@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
ModifierConstructorDescriptionXStreamJournalImpl
(@NotNull XStreamFactory xStreamFactory, @NotNull SecretEncryptionService secretEncryptionService, @NotNull Supplier<File> storageDirectorySupplier) -
Uses of XStreamFactory in com.atlassian.bamboo.remoting
ModifierConstructorDescriptionSpringRemotingMessageConverter
(@NotNull XStreamFactory marshallingXStreamFactory, @NotNull XStreamFactory unmarshallingXStreamFactory) -
Uses of XStreamFactory in com.atlassian.bamboo.security
ModifierConstructorDescriptionSecureTokenServiceImpl
(XStreamFactory xStreamFactory, FeatureManager featureManager, SecretEncryptionService secretEncryptionService) -
Uses of XStreamFactory in com.atlassian.bamboo.server.control
ModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of XStreamFactory in com.atlassian.bamboo.v2.build.queue
ModifierConstructorDescriptionBambooMessageConverter
(@NotNull XStreamFactory xStreamFactory) BuildQueueManagerImpl
(@NotNull AgentManager agentManager, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @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 EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry, @NotNull EphemeralAgentsService ephemeralAgentsService) -
Uses of XStreamFactory in com.atlassian.bamboo.vcs.configuration.service
ModifierConstructorDescriptionRawRepositoryConfigurationXmlConverterImpl
(XStreamFactory xStreamFactory)