Uses of Interface
com.atlassian.bamboo.deletion.DeletionService
-
-
Uses of DeletionService in com.atlassian.bamboo.deletion
Classes in com.atlassian.bamboo.deletion that implement DeletionService Modifier and Type Class Description class
DeletionServiceImpl
-
Uses of DeletionService in com.atlassian.bamboo.migration
Constructors in com.atlassian.bamboo.migration with parameters of type DeletionService Constructor Description ImportExportManagerImpl(DeletionService deletionService, XmlMigrator xmlMigrator, com.opensymphony.xwork2.TextProvider textProvider, AdminErrorHandler adminErrorHandler, DummyResultsSummaryCache dummyResultsSummaryCache, ImmutablePlanCacheService immutablePlanCacheService, ClusterAwareLifecycleManager clusterAwareLifecycleManager)
-
Uses of DeletionService in com.atlassian.bamboo.plan.branch
Methods in com.atlassian.bamboo.plan.branch with parameters of type DeletionService Modifier and Type Method Description void
BranchExpiryJob. setDeletionService(DeletionService deletionService)
-
Uses of DeletionService in com.atlassian.bamboo.plugins.rest.build
Constructors in com.atlassian.bamboo.plugins.rest.build with parameters of type DeletionService Constructor Description PlanResource(BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BranchCreationFacade branchCreationFacade, CachedPlanManager cachedPlanManager, PlanManager planManager, LabelManager labelManager, PlanRestService planRestService, VariableDefinitionManager variableDefinitionManager, JiraIssueManager jiraIssueManager, JiraApplinksService jiraApplinksService, com.atlassian.event.api.EventPublisher eventPublisher, ArtifactDefinitionManager artifactDefinitionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, TestsManager testsManager, TestQuarantineManager testQuarantineManager, VcsRepositoryManager vcsRepositoryManager, DeletionService deletionService, RssDetectionService rssDetectionService, ChainBranchManager chainBranchManager, BuildDefinitionManager buildDefinitionManager, SpecsConsumerFactory specsConsumerFactory, SpecsExporter specsExporter)
-
Uses of DeletionService in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type DeletionService Constructor Description PlanResource(ArtifactDefinitionManager artifactDefinitionManager, BambooUserManager bambooUserManager, CachedPlanManager cachedPlanManager, ChainCreationService chainCreationService, DeletionService deletionService, com.atlassian.event.api.EventPublisher eventPublisher, JobCreationService jobCreationService, JobService jobService, LabelManager labelManager, PlanManager planManager, ProjectManager projectManager, RepositoryDefinitionManager repositoryDefinitionManager, RepositoryTestService repositoryTestService, StageService stageService, TaskConfigurationService taskConfigurationService, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager, UIConfigSupport uiConfigSupport, VariableConfigurationService variableConfigurationService)
-
Uses of DeletionService in com.atlassian.bamboo.ww2.actions.build.admin.create
Methods in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type DeletionService Modifier and Type Method Description void
CancelChainCreation. setDeletionService(DeletionService deletionService)
-
Uses of DeletionService in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains with parameters of type DeletionService Modifier and Type Method Description void
DeleteStageAction. setDeletionService(DeletionService deletionService)
-
Uses of DeletionService in com.atlassian.bamboo.ww2.actions.plan
Methods in com.atlassian.bamboo.ww2.actions.plan with parameters of type DeletionService Modifier and Type Method Description void
DeletePlan. setDeletionService(DeletionService deletionService)
-
Uses of DeletionService in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type DeletionService 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)
-