Uses of Interface
com.atlassian.bamboo.deployments.environments.service.EnvironmentTriggerService
Packages that use EnvironmentTriggerService
Package
Description
-
Uses of EnvironmentTriggerService in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentTriggerServiceModifier and TypeMethodDescriptionvoid
CreateEnvironment.setEnvironmentTriggerService
(EnvironmentTriggerService environmentTriggerService) -
Uses of EnvironmentTriggerService in com.atlassian.bamboo.deployments.environments.actions.triggers
Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as EnvironmentTriggerServiceModifier and TypeFieldDescriptionprotected EnvironmentTriggerService
ConfigureEnvironmentTriggers.environmentTriggerService
Methods in com.atlassian.bamboo.deployments.environments.actions.triggers with parameters of type EnvironmentTriggerServiceModifier and TypeMethodDescriptionvoid
ConfigureEnvironmentTriggers.setEnvironmentTriggerService
(EnvironmentTriggerService environmentTriggerService) -
Uses of EnvironmentTriggerService in com.atlassian.bamboo.deployments.environments.events
Constructors in com.atlassian.bamboo.deployments.environments.events with parameters of type EnvironmentTriggerServiceModifierConstructorDescriptionEnvironmentEventListener
(CachedEnvironmentService cachedEnvironmentService, EnvironmentService environmentService, EnvironmentTriggerService environmentTriggerService, EnvironmentRequirementService environmentRequirementService, TriggerTypeManager triggerTypeManager) -
Uses of EnvironmentTriggerService in com.atlassian.bamboo.deployments.environments.service
Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentTriggerService -
Uses of EnvironmentTriggerService in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment
Constructors in com.atlassian.bamboo.plugins.testutils.rest.resource.deployment with parameters of type EnvironmentTriggerServiceModifierConstructorDescriptionDeploymentProjectResource
(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, EnvironmentTaskService environmentTaskService, EnvironmentTriggerService environmentTriggerService, NotificationManager notificationManager, TaskManager taskManager, TriggerTypeManager triggerTypeManager, VariableConfigurationService variableConfigurationService) -
Uses of EnvironmentTriggerService in com.atlassian.bamboo.trigger.dependency
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type EnvironmentTriggerServiceModifier and TypeMethodDescriptionvoid
AfterSuccessfulPlanTriggerActivator.setEnvironmentTriggerService
(EnvironmentTriggerService environmentTriggerService) Deprecated.since 6.8 use constructor injection or annotation injectionvoid
AfterSuccessfulStageTriggerActivator.setEnvironmentTriggerService
(EnvironmentTriggerService environmentTriggerService) Deprecated.since 6.8 use constructor injection or annotation injection -
Uses of EnvironmentTriggerService in com.atlassian.bamboo.trigger.quartz
Methods in com.atlassian.bamboo.trigger.quartz with parameters of type EnvironmentTriggerServiceModifier and TypeMethodDescriptionvoid
QuartzTriggerJob.setEnvironmentTriggerService
(EnvironmentTriggerService environmentTriggerService) -
Uses of EnvironmentTriggerService in it.com.atlassian.bamboo.trigger
Constructors in it.com.atlassian.bamboo.trigger with parameters of type EnvironmentTriggerServiceModifierConstructorDescriptionTestDisablingTriggerPlugin
(DeploymentsTestService deploymentsTestService, EnvironmentTriggerService environmentTriggerService, ImpersonationService impersonationService, com.atlassian.plugin.PluginController pluginController, org.quartz.Scheduler scheduler, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager)