Uses of Interface
com.atlassian.bamboo.trigger.TriggerTypeManager
Package
Description
-
Uses of TriggerTypeManager in com.atlassian.bamboo.build.creation
ModifierConstructorDescriptionBuildTriggerConditionConfigHelper
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.build.strategy
-
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.environments.actions.triggers
Modifier and TypeFieldDescriptionprotected TriggerTypeManager
ConfigureEnvironmentTriggers.triggerTypeManager
Modifier and TypeMethodDescriptionvoid
ConfigureEnvironmentTriggers.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.environments.events
ModifierConstructorDescriptionEnvironmentEventListener
(EnvironmentService environmentService, EnvironmentTriggerService environmentTriggerService, EnvironmentRequirementService environmentRequirementService, TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.environments.service
ModifierConstructorDescriptionEnvironmentServiceImpl
(BambooAclUpdateHelper aclUpdateHelper, HibernateMutableAclService aclService, AuditLogService auditLogService, BambooAuthenticationContext authenticationContext, DeploymentProjectDao deploymentProjectDao, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, PlanScheduler planScheduler, RepositoryDefinitionDao repositoryDefinitionDao, ScopedExclusionService scopedExclusionService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, com.atlassian.event.api.EventPublisher eventPublisher, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, NotificationManager notificationManager, VariableConfigurationService variableConfigurationService, VariableDefinitionManager variableDefinitionManager, TriggerTypeManager triggerTypeManager, RepositoryDefinitionManager repositoryDefinitionManager, BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, CapabilityRequirementsMatcher capabilityRequirementsMatcher, InternalEnvironmentService internalEnvironmentService) -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.projects.service
ModifierConstructorDescriptionDeploymentProjectServiceImpl
(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, EnvironmentTaskService environmentTaskService, HibernateMutableAclService aclService, com.opensymphony.xwork2.TextProvider textProvider, ValidationService validationService, VariableDefinitionManager variableDefinitionManager, VersionNamingService versionNamingService, DeploymentVersionService deploymentVersionService, ResultsSummaryManager resultsSummaryManager, com.atlassian.event.api.EventPublisher eventPublisher, TriggerTypeManager triggerTypeManager, PlanScheduler planScheduler, BambooEntityOidService bambooEntityOidService) -
Uses of TriggerTypeManager in com.atlassian.bamboo.plan.branch
ModifierConstructorDescriptionLightweightBranchCreationServiceImpl
(CachedPlanManager cachedPlanManager, ChainBranchCreationService chainBranchCreationService, CustomVariableContext customVariableContext, ErrorHandler errorHandler, JiraBranchLinkingService jiraBranchLinkingService, PlanManager planManager, RawRepositoryConfigurationXmlConverter rawRepositoryConfigurationXmlConverter, RepositoryDefinitionManager repositoryDefinitionManager, VcsBranchManager vcsBranchManager, VcsRepositoryManager vcsRepositoryManager, TriggerTypeManager triggerTypeManager, com.atlassian.event.api.EventPublisher eventPublisher) -
Uses of TriggerTypeManager in com.atlassian.bamboo.plan.pullrequest
ModifierConstructorDescriptionPullRequestWorkflowEventListener
(BranchCreationFacade branchCreationFacade, BuildDefinitionConverter buildDefinitionConverter, BuildDefinitionManager buildDefinitionManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, com.atlassian.event.api.EventPublisher eventPublisher, PlanBranchPullRequestService planBranchPullRequestService, PlanManager planManager, RepositoryDefinitionManager repositoryDefinitionManager, ScopedExclusionService scopedExclusionService, TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
ModifierConstructorDescriptionDeploymentProjectResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of TriggerTypeManager in com.atlassian.bamboo.plugins.testutils.rest.resource.plan
ModifierConstructorDescriptionPlanResource
(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, RestAuthenticationContext restAuthenticationContext) -
Uses of TriggerTypeManager in com.atlassian.bamboo.schedule
-
Uses of TriggerTypeManager in com.atlassian.bamboo.server.control
ModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of TriggerTypeManager in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<TriggerTypeManager>
ComponentAccessor.BUILD_STRATEGY_MANAGER
Deprecated.static final Supplier<TriggerTypeManager>
ComponentAccessor.TRIGGER_TYPE_MANAGER
Deprecated. -
Uses of TriggerTypeManager in com.atlassian.bamboo.trigger
Modifier and TypeMethodDescriptionstatic void
TriggerActivatorHelper.activateTriggers
(@NotNull TriggerTypeManager triggerTypeManager, @NotNull Triggerable triggerable, @NotNull org.apache.logging.log4j.Logger log) static void
TriggerActivatorHelper.deactivateTriggers
(@NotNull TriggerTypeManager triggerTypeManager, @NotNull Triggerable triggerable, @NotNull org.apache.logging.log4j.Logger log) static void
TriggerActivatorHelper.initAndActivateTriggers
(@NotNull TriggerTypeManager triggerTypeManager, @NotNull Triggerable triggerable, @NotNull org.apache.logging.log4j.Logger log, @Nullable Date lastShutdownTime) void
DetectChangesAfterBuildCompletedListener.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.admin
Modifier and TypeMethodDescriptionvoid
ImportMavenPlanCreatePlanAction.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Modifier and TypeMethodDescriptionvoid
ReplaceTriggersAction.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.branch
Modifier and TypeFieldDescriptionprotected TriggerTypeManager
AbstractBranchTriggerConfigAction.triggerTypeManager
Modifier and TypeMethodDescriptionvoid
AbstractBranchTriggerConfigAction.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.build.admin.create
ModifierConstructorDescriptionUIConfigSupportImpl
(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, RepositoryManager repositoryManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, WebRepositoryViewerManager webRepositoryViewerManager, BambooPermissionManager bambooPermissionManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Modifier and TypeFieldDescriptionprotected TriggerTypeManager
ConfigureChainTrigger.triggerTypeManager
Modifier and TypeMethodDescriptionvoid
ConfigureChainTrigger.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) void
ConfigureChainTriggers.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) ModifierConstructorDescriptionTriggerUIConfigBean
(TriggerTypeManager triggerTypeManager, DeploymentProjectService deploymentProjectService, TemplateRenderer templateRenderer, com.atlassian.struts.TextProvider textProvider) -
Uses of TriggerTypeManager in it.com.atlassian.bamboo.trigger
ModifierConstructorDescriptionTestDisablingTriggerPlugin
(DeploymentsTestService deploymentsTestService, EnvironmentTriggerService environmentTriggerService, ImpersonationService impersonationService, com.atlassian.plugin.PluginController pluginController, org.quartz.Scheduler scheduler, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager)