Uses of Interface
com.atlassian.bamboo.build.StopBuildManager
Packages that use StopBuildManager
Package
Description
-
Uses of StopBuildManager in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement StopBuildManager -
Uses of StopBuildManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type StopBuildManagerModifierConstructorDescriptionJobExecutionManagerImpl
(BuildExecutionManager buildExecutionManager, StopBuildManager stopBuildManager, ResultsSummaryManager resultsSummaryManager) -
Uses of StopBuildManager in com.atlassian.bamboo.deletion
Constructors in com.atlassian.bamboo.deletion with parameters of type StopBuildManagerModifierConstructorDescriptionDeletionServiceImpl
(PlanScheduler planScheduler, com.atlassian.event.api.EventPublisher eventPublisher, ResultsSummaryManager resultsSummaryManager, ProjectManager projectManager, PlanManager planManager, ChainStageDao chainStageDao, com.atlassian.plugin.PluginAccessor pluginAccessor, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager, AuditLogService auditLogService, StopBuildManager stopBuildManager, AgentAssignmentService agentAssignmentService) -
Uses of StopBuildManager in com.atlassian.bamboo.plan
Constructors in com.atlassian.bamboo.plan with parameters of type StopBuildManagerModifierConstructorDescriptionPlanExecutionManagerImpl
(BuildExecutionManager buildExecutionManager, PlanExecutionPermitter planExecutionPermitter, ExecutionStatusProvider executionStatusProvider, CachedPlanManager cachedPlanManager, StopBuildManager stopBuildManager, TriggerManager triggerManager, PlanExecutionLockService planExecutionLockService, com.atlassian.event.api.EventPublisher eventPublisher, ErrorHandler errorHandler, DeploymentPermitter deploymentPermitter, com.atlassian.bamboo.plan.PlanExecutionManagerCallWatcher planExecutionManagerCallWatcher) -
Uses of StopBuildManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type StopBuildManagerModifier and TypeFieldDescriptionstatic final Supplier<StopBuildManager>
ComponentAccessor.STOP_BUILD_MANAGER
Deprecated.