Package it.com.atlassian.bamboo.trigger
Class TestDisablingTriggerPlugin
- java.lang.Object
-
- it.com.atlassian.bamboo.trigger.TestDisablingTriggerPlugin
-
public class TestDisablingTriggerPlugin extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ImpersonationRule
impersonationRule
static PlanKey
PLAN_KEY
-
Constructor Summary
Constructors Constructor Description TestDisablingTriggerPlugin(DeploymentsTestService deploymentsTestService, EnvironmentTriggerService environmentTriggerService, ImpersonationService impersonationService, com.atlassian.plugin.PluginController pluginController, org.quartz.Scheduler scheduler, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testDisablingBuiltInTriggerPlugin()
-
-
-
Field Detail
-
PLAN_KEY
public static final PlanKey PLAN_KEY
-
impersonationRule
public ImpersonationRule impersonationRule
-
-
Constructor Detail
-
TestDisablingTriggerPlugin
@Inject public TestDisablingTriggerPlugin(DeploymentsTestService deploymentsTestService, EnvironmentTriggerService environmentTriggerService, ImpersonationService impersonationService, com.atlassian.plugin.PluginController pluginController, org.quartz.Scheduler scheduler, TriggerConfigurationService triggerConfigurationService, TriggerTypeManager triggerTypeManager)
-
-