Uses of Interface
com.atlassian.bamboo.storage.StorageLocationService
-
-
Uses of StorageLocationService in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build with parameters of type StorageLocationService Modifier and Type Method Description void
ViewBuildLogs. setStorageLocationService(StorageLocationService storageLocationService)
-
Uses of StorageLocationService in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type StorageLocationService Constructor Description ChainExecutionManagerImpl(PlanStatePersisterService planStatePersisterService, JobExecutionManager buildContextExecutor, ChainStateFactory chainStateFactory, BuildContextFactory buildContextFactory, com.atlassian.event.api.EventPublisher eventPublisher, ChainPluginSupport chainPluginSupport, ErrorUpdateHandler errorUpdateHandler, AuthorCreatorService authorCreatorService, ResultsSummaryManager resultsSummaryManager, BuildDirectoryManager buildDirectoryManager, VcsBranchIntegrationHelper branchIntegrationHelper, CustomVariableContext customVariableContext, PlanExecutionLockService planExecutionLockService, PlanVcsRevisionHistoryService planVcsRevisionHistoryService, CachedPlanManager cachedPlanManager, VcsRepositoryManager vcsRepositoryManager, StorageTagService storageTagService, PlanBranchPullRequestService planBranchPullRequestService, StorageLocationService storageLocationService, ServerBuildLoggerManager buildLoggerManager, DeploymentVersionService deploymentVersionService, ChainStatePersister chainStatePersister)
-
Uses of StorageLocationService in com.atlassian.bamboo.persister.file
Constructors in com.atlassian.bamboo.persister.file with parameters of type StorageLocationService Constructor Description XStreamBuildPersister(StorageLocationService storageLocationService, XStreamFactory xStreamFactory)
-
Uses of StorageLocationService in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type StorageLocationService Constructor Description PlanDirectoryInformationResource(CachedPlanManager planManager, com.atlassian.event.api.EventPublisher eventPublisher, StorageLocationService storageLocationService, InputParser inputParser)
-
Uses of StorageLocationService in com.atlassian.bamboo.plugins.rest.model.build
Fields in com.atlassian.bamboo.plugins.rest.model.build with type parameters of type StorageLocationService Modifier and Type Field Description protected static Supplier<StorageLocationService>
Result. storageLocationService
-
Uses of StorageLocationService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type StorageLocationService Modifier and Type Field Description static Supplier<StorageLocationService>
ComponentAccessor. STORAGE_LOCATION_SERVICE
Deprecated. -
Uses of StorageLocationService in com.atlassian.bamboo.storage.location
Classes in com.atlassian.bamboo.storage.location that implement StorageLocationService Modifier and Type Class Description class
StorageLocationServiceImpl
-
Uses of StorageLocationService in it.com.atlassian.bamboo.deployments.expiry
Constructors in it.com.atlassian.bamboo.deployments.expiry with parameters of type StorageLocationService Constructor Description DeploymentExpiryServiceWiredTest(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, DeploymentExpiryService deploymentExpiryService, DeploymentsTestService deploymentsTestService, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService, PluginHibernateSessionFactory pluginHibernateSessionFactory, StorageLocationService storageLocationService)
-
Uses of StorageLocationService in it.com.atlassian.bamboo.deployments.versions.service
Constructors in it.com.atlassian.bamboo.deployments.versions.service with parameters of type StorageLocationService Constructor Description DeploymentVersionDeletionServiceWiredTest(ArtifactLinkManager artifactLinkManager, CachedPlanManager cachedPlanManager, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService)
-
Uses of StorageLocationService in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type StorageLocationService Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-