Uses of Interface
com.atlassian.bamboo.trigger.TriggerTypeManager
Packages that use TriggerTypeManager
Package
Description
-
Uses of TriggerTypeManager in com.atlassian.bamboo.build.creation
Constructors in com.atlassian.bamboo.build.creation with parameters of type TriggerTypeManagerModifierConstructorDescriptionBuildTriggerConditionConfigHelper
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.build.strategy
Classes in com.atlassian.bamboo.build.strategy that implement TriggerTypeManager -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.cache
Constructors in com.atlassian.bamboo.deployments.cache with parameters of type TriggerTypeManagerModifierConstructorDescriptionCachedEnvironmentServiceImpl
(InternalEnvironmentService internalEnvironmentService, EnvironmentService environmentService, EnvironmentDao environmentDao, EnvironmentRepositoryLinkDao environmentRepositoryLinkDao, DeploymentProjectDao deploymentProjectDao, TriggerTypeManager triggerTypeManager, BambooPermissionManager bambooPermissionManager, BambooClusterSettings bambooClusterSettings, VersionDao versionDao, PaginatedDataCollector paginatedDataCollector) -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.environments.actions.triggers
Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as TriggerTypeManagerModifier and TypeFieldDescriptionprotected TriggerTypeManager
ConfigureEnvironmentTriggers.triggerTypeManager
Methods in com.atlassian.bamboo.deployments.environments.actions.triggers with parameters of type TriggerTypeManagerModifier and TypeMethodDescriptionvoid
ConfigureEnvironmentTriggers.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.environments.events
Constructors in com.atlassian.bamboo.deployments.environments.events with parameters of type TriggerTypeManagerModifierConstructorDescriptionEnvironmentEventListener
(CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentTriggerService environmentTriggerService, EnvironmentRequirementService environmentRequirementService, TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.deployments.environments.service
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type TriggerTypeManagerModifierConstructorDescriptionEnvironmentServiceImpl
(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
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type TriggerTypeManagerModifierConstructorDescriptionDeploymentProjectServiceImpl
(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
Constructors in com.atlassian.bamboo.plan.branch with parameters of type TriggerTypeManagerModifierConstructorDescriptionLightweightBranchCreationServiceImpl
(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.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type TriggerTypeManagerModifierConstructorDescriptionDeploymentProjectResource
(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
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.plan with parameters of type TriggerTypeManagerModifierConstructorDescriptionPlanResource
(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
Constructors in com.atlassian.bamboo.schedule with parameters of type TriggerTypeManager -
Uses of TriggerTypeManager in com.atlassian.bamboo.server.control
Constructors in com.atlassian.bamboo.server.control with parameters of type TriggerTypeManagerModifierConstructorDescriptionChangeDetectionControllerImpl
(@NotNull CachedPlanManager cachedPlanManager, @NotNull EnvironmentService environmentService, @NotNull CachedEnvironmentService cachedEnvironmentService, @NotNull TriggerTypeManager triggerTypeManager, @NotNull XStreamFactory xStreamFactory) -
Uses of TriggerTypeManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type TriggerTypeManagerModifier 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
Methods in com.atlassian.bamboo.trigger with parameters of type TriggerTypeManagerModifier 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
Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type TriggerTypeManagerModifier and TypeMethodDescriptionvoid
ImportMavenPlanCreatePlanAction.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger
Methods in com.atlassian.bamboo.ww2.actions.admin.bulk.trigger with parameters of type TriggerTypeManagerModifier and TypeMethodDescriptionvoid
ReplaceTriggersAction.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.branch
Fields in com.atlassian.bamboo.ww2.actions.branch declared as TriggerTypeManagerModifier and TypeFieldDescriptionprotected TriggerTypeManager
AbstractBranchTriggerConfigAction.triggerTypeManager
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type TriggerTypeManagerModifier and TypeMethodDescriptionvoid
AbstractBranchTriggerConfigAction.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.build.admin.create
Constructors in com.atlassian.bamboo.ww2.actions.build.admin.create with parameters of type TriggerTypeManagerModifierConstructorDescriptionUIConfigSupportImpl
(BambooLicenseManager bambooLicenseManager, BambooUserManager bambooUserManager, TriggerTypeManager triggerTypeManager, JdkManager jdkManager, PlanManager planManager, ProjectManager projectManager, TaskManager taskManager, com.opensymphony.xwork2.TextProvider textProvider, BambooPermissionManager bambooPermissionManager) -
Uses of TriggerTypeManager in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Fields in com.atlassian.bamboo.ww2.actions.chains.admin.triggers declared as TriggerTypeManagerModifier and TypeFieldDescriptionprotected TriggerTypeManager
ConfigureChainTrigger.triggerTypeManager
Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type TriggerTypeManagerModifier and TypeMethodDescriptionvoid
ConfigureChainTrigger.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) void
ConfigureChainTriggers.setTriggerTypeManager
(TriggerTypeManager triggerTypeManager) Constructors in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type TriggerTypeManagerModifierConstructorDescriptionTriggerUIConfigBean
(TriggerTypeManager triggerTypeManager, CachedDeploymentProjectService cachedDeploymentProjectService, TemplateRenderer templateRenderer, com.atlassian.struts.TextProvider textProvider) -
Uses of TriggerTypeManager in it.com.atlassian.bamboo.trigger
Constructors in it.com.atlassian.bamboo.trigger with parameters of type TriggerTypeManagerModifierConstructorDescriptionTestDisablingTriggerPlugin
(DeploymentsTestService deploymentsTestService, EnvironmentTriggerService environmentTriggerService, ImpersonationService impersonationService, com.atlassian.plugin.PluginController pluginController, org.quartz.Scheduler scheduler, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager)