Uses of Interface
com.atlassian.bamboo.persister.xstream.XStreamFactory
Packages that use XStreamFactory
Package
Description
-
Uses of XStreamFactory in com.atlassian.bamboo.build
Constructors in com.atlassian.bamboo.build with parameters of type XStreamFactoryModifierConstructorDescriptionCurrentlyBuildingContainer
(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 XStreamFactoryModifierConstructorDescriptionChainStatePersisterImpl
(@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
Constructors in com.atlassian.bamboo.deployments.runtime with parameters of type XStreamFactoryModifierConstructorDescriptionDeploymentsInProgressServiceImpl
(XStreamFactory xStreamFactory, FeatureManager featureManager) -
Uses of XStreamFactory in com.atlassian.bamboo.persister.file
Constructors in com.atlassian.bamboo.persister.file with parameters of type XStreamFactoryModifierConstructorDescriptionFileBasedPersister
(@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 XStreamFactoryModifier and TypeClassDescriptionclass
XStreamFactory
that can be customized with XStream components: mappers, converters, initializers and aliases.class
Factory which returns XStream with given PermissionMethods in com.atlassian.bamboo.persister.xstream that return XStreamFactoryModifier 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.XStreamHelperMethods in com.atlassian.bamboo.persister.xstream with parameters of type XStreamFactoryModifier 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.Constructors in com.atlassian.bamboo.persister.xstream with parameters of type XStreamFactoryModifierConstructorDescriptionDefaultXStreamManager
(@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 XStreamFactoryModifierConstructorDescriptionXStreamJournalImpl
(@NotNull XStreamFactory xStreamFactory, @NotNull SecretEncryptionService secretEncryptionService, @NotNull Supplier<File> storageDirectorySupplier) -
Uses of XStreamFactory in com.atlassian.bamboo.remoting
Constructors in com.atlassian.bamboo.remoting with parameters of type XStreamFactoryModifierConstructorDescriptionSpringRemotingMessageConverter
(@NotNull XStreamFactory marshallingXStreamFactory, @NotNull XStreamFactory unmarshallingXStreamFactory) -
Uses of XStreamFactory in com.atlassian.bamboo.security
Constructors in com.atlassian.bamboo.security with parameters of type XStreamFactoryModifierConstructorDescriptionSecureTokenServiceImpl
(XStreamFactory xStreamFactory, FeatureManager featureManager, SecretEncryptionService secretEncryptionService) -
Uses of XStreamFactory in com.atlassian.bamboo.server.control
Constructors in com.atlassian.bamboo.server.control with parameters of type XStreamFactoryModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull CachedEnvironmentService cachedEnvironmentService, @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 XStreamFactoryModifierConstructorDescriptionBambooMessageConverter
(@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
Constructors in com.atlassian.bamboo.vcs.configuration.service with parameters of type XStreamFactoryModifierConstructorDescriptionRawRepositoryConfigurationXmlConverterImpl
(XStreamFactory xStreamFactory)