Uses of Interface
com.atlassian.bamboo.persister.Persister
-
-
Uses of Persister in com.atlassian.bamboo
Methods in com.atlassian.bamboo that return Persister Modifier and Type Method Description Persister
Bamboo. getDefaultPersister()
Deprecated.since 5.10 -
Uses of Persister in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as Persister Modifier and Type Field Description protected Persister
BuildResultsAction. persister
Methods in com.atlassian.bamboo.build with parameters of type Persister Modifier and Type Method Description void
BuildResultsAction. setPersister(Persister persister)
-
Uses of Persister in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type Persister Constructor Description ChainResultManagerImpl(BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, LimitedConcurrencyCaller limitedConcurrencyCaller, ErrorUpdateHandler errorUpdateHandler, com.opensymphony.xwork2.TextProvider textProvider, ArtifactLinkManager artifactLinkManager, Persister persister, BuildContextBuilderFactory buildContextBuilderFactory, TriggerManager triggerManager, AuthorCreatorService authorCreatorService)
-
Uses of Persister in com.atlassian.bamboo.configuration
Constructors in com.atlassian.bamboo.configuration with parameters of type Persister Constructor Description AdministrationConfigurationAccessorImpl(Persister persister, FeatureManager featureManager)
AdministrationConfigurationPersisterImpl(Persister persister, com.atlassian.event.api.EventPublisher eventPublisher)
DefaultAdministrationConfigurationManager(Persister persister, AdministrationConfigurationPersister administrationConfigurationPersister, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of Persister in com.atlassian.bamboo.container
Methods in com.atlassian.bamboo.container that return Persister Modifier and Type Method Description Persister
BambooContainer. getDefaultPersister()
static Persister
PersisterFactory. getInstance()
Methods in com.atlassian.bamboo.container with parameters of type Persister Modifier and Type Method Description void
BambooContainer. reportBuildConfigurationProblems(Persister persister, ErrorHandler errorHandler)
static void
PersisterFactory. setPersister(Persister persister)
-
Uses of Persister in com.atlassian.bamboo.migration
Methods in com.atlassian.bamboo.migration with parameters of type Persister Modifier and Type Method Description void
XmlMigrator. setPersister(Persister persister)
-
Uses of Persister in com.atlassian.bamboo.persister.file
Classes in com.atlassian.bamboo.persister.file that implement Persister Modifier and Type Class Description class
FileBasedPersister
This class persists all data as xml data files on the file system. -
Uses of Persister in com.atlassian.bamboo.ww2
Methods in com.atlassian.bamboo.ww2 that return Persister Modifier and Type Method Description protected Persister
BambooActionSupport. getDefaultPersister()
Deprecated.since 5.10
-